/* =========================================================
   1) TOKENS / VARIABLES
========================================================= */

:root{
  --light: #FFFAF6;
  --dark:  #501E1B;
  --accent:#E84029;

  --bg: var(--light);
  --white: var(--light);

  --brown: var(--dark);
  --brown-2: var(--dark);
  --brand-dark: var(--dark);
  --brown-700: var(--dark);

  --muted: rgba(80, 30, 27, 0.75);

  --max: 1040px;
  --container: 1200px;

  --card-radius: 32px;
  --radius-xl: 34px;

  --brown-650: rgba(80, 30, 27, 0.92);
  --input: rgba(80, 30, 27, 0.80);
  --shadow: 0 18px 40px rgba(80, 30, 27, 0.18);

  --quick-max: 860px;     /* hoe breed het hele blok mag zijn */
  --quick-gap: 18px;      /* afstand tussen (foto | tekst | buttons) */
  --quick-pad: 16px;      /* binnenruimte van het blok */
}

/* =========================================================
   2) FONTS (1 set)
========================================================= */
@font-face{
  font-family: "Dela Gothic One";
  src: url("fonts/dela-gothic-one/DelaGothicOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Darker Grotesque";
  src: url("fonts/darker-grotesque/DarkerGrotesque-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Darker Grotesque";
  src: url("fonts/darker-grotesque/DarkerGrotesque-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Darker Grotesque";
  src: url("fonts/darker-grotesque/DarkerGrotesque-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Inter";
  src: url("fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Inter";
  src: url("fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Inter";
  src: url("fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Michigan Signature";
  src: url("fonts/michigan-signature/MichiganSignature-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* RESET / BASE
   Browsers hebben default margins/paddings (browser defaults).
   Met deze reset maken we het gedrag voorspelbaar. */

*{ box-sizing: border-box; }
html, body { height: 100%; }

body{
  margin: 0;
  background: var(--bg);
  color: var(--dark);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding-top: 96px; /* vanwege fixed header */
}

a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; display:block; }

.container{
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Specificity / cascade:
   .hero-section .hero-title is specifieker dan .hero-title,
   dus alleen op de home hero overschrijven we de global heading styling. */
/* Typography helpers */
.logo,
.hero-title,
.showcase-title,
.about-title h2,
.subhero-title,
.tile-title,
.footer-large-text,
.footer-big{
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
}

/* =========================================================
   4) HEADER (site-header)
========================================================= */
.site-header{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9998;
  background: var(--dark);
  color: var(--bg);
}

.header-inner{
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0;

  display: grid;
  grid-template-columns: auto 1fr; /* logo | ruimte */
  align-items: center;
  gap: 16px;
}

/* logo helemaal links */
.brand{ justify-self: start; }

.brand-badge{
  display: inline-grid;
  place-items: center;

  width: 38px;          /* pas dit aan als je groter/kleiner wilt */
  height: 28px;
  border-radius: 8px;

  background: rgba(255,255,255,0.10);
  color: var(--bg);

  font-family: "Darker Grotesque", "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* nav rechts */
.nav{
  justify-self: end;          /* ✅ dit zet alles rechts */
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 42px;                  /* ruimte tussen links */
  align-items: center;
}

.nav-link{
  color: var(--bg);
  font-family: "Darker Grotesque", "Inter", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.9;
}

.nav-link:hover{
  opacity: 1;
}

.nav-link[aria-current="page"]{
  color: var(--accent);
  opacity: 1;
}
/* responsive */
@media (max-width: 768px){
  .nav{ gap: 16px; }
}

/* =========================================================
   5) GLOBAL PAGE WRAP
========================================================= */
.page{
  padding-top: 96px;
  padding-bottom: 96px;
}

/* =========================================================
   6) HOME PAGE
========================================================= */
.hero-section{
  background: var(--bg);
  padding: 56px 0;
}

/* Grid container:
   - grid-template-columns: 12 columns (tracks) */

.hero-container{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 1fr auto;

  /* belangrijk voor overlap gevoel */
  position: relative;
}

/* Specificity / cascade:
   .hero-section .hero-title is specifieker dan .hero-title,
   dus alleen op de home hero overschrijven we de global heading styling. */
/* titel blijft bovenaan, maar mag iets dichter op de foto */
.hero-title{
  grid-column: 1 / -1;
  grid-row: 1;
  margin-top: 60px;
  z-index: 1;
}

/* foto over titel én richting de subtitle */
.hero-image{
  grid-column: 5 / 10;
  grid-row: 1 / 4;          /* <-- span over alle rijen */
  align-self: center;
  justify-self: center;
  z-index: 2;
}

.hero-image img{
  width: min(700px, 70vw);
  height: auto;

  transform: translateY(-60px); 
}

/* “Portfolio” moet over de onderkant van de foto vallen */
.hero-subtitle{
  grid-column: 1 / -1;
  grid-row: 1 / 4;          /* <-- zelfde laag als foto */
  align-self: end;
  justify-self: center;

  margin-bottom: 40px;     
  z-index: 3;
}

.see-work-btn{
  background: var(--accent);
  color: var(--bg);
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  width: fit-content;
  justify-self: start;

  /* smooth */
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.see-work-btn:hover{
  background: var(--bg);     
  color: var(--accent);      
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(80, 30, 27, 0.18);
}

.see-work-btn:focus-visible{
  outline: 2px solid var(--bg);
  outline-offset: 4px;
}

/* Specificity / cascade:
   .hero-section .hero-title is specifieker dan .hero-title,
   dus alleen op de home hero overschrijven we de global heading styling. */
.hero-title{ z-index: 1; }
.hero-image{ z-index: 2; }
.hero-subtitle{ z-index: 3; }

@media (max-width: 900px){
  .hero-container{
    padding: 0 32px;
    min-height: 700px;
  }
  .hero-image{ grid-column: 4 / 10; }
  .hero-image img{ width: min(320px, 65vw); }
  .hero-subtitle{ margin-bottom: 70px; }
}

/* SHOWCASE */
.showcase-section{
  background: var(--dark);
  padding: 58px 0;
}

.showcase-container{
  width: min(1100px, calc(100% - 80px));
  margin-inline: auto;
  padding: 70px;
}

.showcase-header{
  display: grid;
  gap: 18px;
  margin-bottom: 40px;
}

.showcase-title{
  color: var(--white);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

.showcase-grid{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-rows: min-content;   /*  rijen worden zo hoog als nodig */
  align-items: start;            /*  alles bovenaan uitlijnen */
  gap: 34px;
}

.showcase-large{ grid-row: 1 / 3; }

.showcase-item{
  border-radius: 28px;
  overflow: hidden; 
}

.showcase-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit; 
}

/* ABOUT (home) */
.about-section{
  background: var(--bg);
  padding: 90px 0;
}

.about-container{
  width: min(1100px, calc(100% - 80px));
  margin-inline: auto;
  padding: 70px;

  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}

.about-title h2{
  font-size: clamp(44px, 5vw, 86px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 1px;
}

.about-content{
  max-width: 520px;
  justify-self: end;
}

.about-content p{
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

/* =========================================================
   7) PORTFOLIO + GENERIC HERO
========================================================= */
.hero{
  display: grid;
  gap: 14px;
}

/* Specificity / cascade:
   .hero-section .hero-title is specifieker dan .hero-title,
   dus alleen op de home hero overschrijven we de global heading styling. */
.hero-title{
  margin: 0;
  text-align: center;
  letter-spacing: 2px;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-text{
  margin: 0 auto;
  text-align: center;
  max-width: 70ch;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

/* tiles */
.stack{
  margin-top: 64px;
  display: grid;
  gap: 64px;
}

.tile{
  display: grid;
  gap: 12px;
  justify-items: center;
}

.tile-link{
  width: 100%;
  display: grid;
  place-items: center;

  border-radius: var(--card-radius); /* overal ronde hoeken */
  overflow: hidden;                  /* image blijft binnen de ronde hoeken */

  transform: translateY(0);
  box-shadow: 0 10px 24px rgba(0,0,0,0);

  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.tile-link:hover,
.tile-link:focus-visible{
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}

.tile-link:focus-visible{
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce){
  .tile-link{ transition: none; }
}

.tile-caption{
  margin: 12px 0 0;
  text-align: center;
  max-width: 68ch;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.tile--image .tile-link{
  position: relative;
  min-height: 150px;
}

.tile-media{
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(0.95);
}

.tile-overlay{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.25));
}

.tile-title{
  margin: 0;
  color: var(--bg);
  letter-spacing: 2px;
  font-size: clamp(20px, 3.2vw, 34px);
  text-transform: uppercase;
}

.tile--solid .solid-card{
  width: 100%;
  height: 260px;
  border-radius: var(--card-radius);
  background: var(--brown-2);
  display: grid;
  place-items: center;
  padding: 20px;
}

/* =========================================================
   8) SUBHERO (websites/videos/drawings/photography/schoolwork)
========================================================= */
.subhero{
  display: grid;
  justify-items: center;
  gap: 24px;
  padding-top: 28px;
}

.subhero-title{
  margin: 0;
  text-align: center;
  color: var(--dark);
  letter-spacing: 2px;
  font-size: clamp(52px, 7vw, 110px);
  line-height: 0.95;
  text-transform: uppercase;
}

.subhero-text{
  margin: 0;
  text-align: center;
  max-width: 80ch;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

/* =========================================================
   9) GLOBAL PREVIOUS BUTTON
========================================================= */
.btn-previous{
  position: fixed;
  top: 96px;
  left: 24px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 14px;
  border-radius: 999px;

  background: var(--accent);
  color: var(--bg);

  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(232, 64, 41, 0.35);

  /* smooth */
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

/* hover: omgekeerde kleuren */
.btn-previous:hover{
  background: var(--bg);  
  color: var(--accent);    
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(80, 30, 27, 0.18);
}

.btn-previous:focus-visible{
  outline: 2px solid var(--bg);
  outline-offset: 4px;
}

@media (max-width: 768px){
  .btn-previous{ top: 80px; left: 16px; }
}

.btn{
  grid-column: 1 / -1;
  justify-self: center;
  width: min(420px, 100%);
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--bg);
  font-weight: 900;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 6px;
 
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.btn:hover{
  background: var(--bg);       
  color: var(--accent);         
  box-shadow: 0 12px 26px rgba(255, 250, 246, 0.18);
}

.btn:focus-visible{
  outline: 2px solid var(--bg);
  outline-offset: 4px;
}

/* =========================================================
   10) ABOUT ME PAGE (work/what sections)
========================================================= */
.hero-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 22px;
  display: grid;
  justify-items: center;
  gap: 24px;
}

.hero-copy{
  max-width: 720px;
  text-align: center;
  display: grid;
  gap: 14px;
  color: #3a2b2b;
  font-weight: 600;
}
.hero-copy p{ margin: 0; }

.work{
  background: var(--brand-dark);
  color: var(--bg);
}
.work-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 22px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 46px;
  align-items: start;
}
.work-image{ display: grid; justify-items: center; }
.work-image img{
  width: 320px;
  height: 420px;
  object-fit: cover;
  border-radius: 22px;
}
.work-content{ display: grid; gap: 14px; }

.section-title{
  margin: 0;
  font-size: clamp(44px, 5vw, 88px);
  line-height: 0.95;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--bg);
}

.section-copy{
  display: grid;
  gap: 16px;
  max-width: 560px;
  font-weight: 600;
}
.section-copy p{ margin: 0; opacity: 0.95; }

.what{
  background: var(--bg);
}
.what-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 22px 80px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: start;
}
.what-copy{
  max-width: 560px;
  display: grid;
  gap: 18px;
  font-weight: 600;
  color: #3a2b2b;
}
.what-copy p{ margin: 0; }

.what-title{
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 1px;
  font-size: clamp(44px, 5vw, 88px);
  color: var(--brown-2);
  justify-self: end;
  text-align: left;
}

@media (max-width: 900px){
  .work-inner{
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .what-inner{ grid-template-columns: 1fr; }
  .what-title{ justify-self: start; }
}

/* =========================================================
   11) CONTACT PAGE
========================================================= */
.contact{
  display: grid;
  justify-items: center;
  gap: 22px;
}

.intro{
  max-width: 740px;
  text-align: center;
  display: grid;
  gap: 8px;
}

.intro-title{
  margin: 0;
  font-size: 18px;
  color: var(--brown-700);
  font-weight: 800;
}

.intro-text{
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.55;
}

.quick{
  width: min(var(--quick-max), 100%);
  margin: 26px auto 0;

  display: grid;
  grid-template-columns: auto auto auto; /* avatar | meta | actions */
  column-gap: var(--quick-gap);
  align-items: center;

  justify-content: center; /* hele groep in het midden */
}

.avatar{
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 10px 24px rgba(37, 10, 9, 0.18);
}

.quick-meta{
  display: grid;
  gap: 2px;
}

.quick-actions{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 10px;
  align-items: center;

  justify-self: start; /* voorkomt rare centering per item */
}

.quick-name{
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
}

.quick-role{
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
}

.quick-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 14px;
  border-radius: 999px;          
  background: var(--dark);       
  color: var(--bg);
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 13px;

  box-shadow: 0 10px 22px rgba(37, 10, 9, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.quick-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(37, 10, 9, 0.22);
}

.quick-btn:focus-visible{
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.card{
  width: min(620px, 100%);
  background: var(--brown-650);
  border-radius: var(--radius-xl);
  padding: 34px 34px 28px;
  box-shadow: var(--shadow);
  margin-top: 14px;
}

.form-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 26px;
}

.field{ display: grid; gap: 10px; }
.field--full{ grid-column: 1 / -1; }

label{
  color: rgba(255,255,255,0.9);
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 13px;
}

input, textarea{
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 18px;
  background: var(--input);
  color: rgba(255,255,255,0.92);
  padding: 14px 16px;
  font-size: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

textarea{
  border-radius: 20px;
  resize: vertical;
  min-height: 170px;
}

.btn{
  grid-column: 1 / -1;
  justify-self: center;
  width: min(420px, 100%);
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--bg);
  font-weight: 900;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 6px;
}

/* responsive contact */
@media (max-width: 760px){
  .quick{
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .card{ padding: 26px 20px 22px; }
  .form-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 760px){
  .quick{
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    border-radius: var(--radius-xl);
    padding: 18px;
  }

  .quick-actions{
    grid-auto-flow: row;
    justify-items: center;
  }

  .quick-btn{
    width: 100%;
    max-width: 320px;
  }
}

/* =========================================================
   12) VIDEOS
========================================================= */
.videos{
  margin-top: 40px;
  display: grid;
  gap: 40px;
  justify-items: center;
}
.video-block{
  width: 100%;
  max-width: 860px;
  background: var(--brown);
  border-radius: 22px;
}
.video-block--large{ height: 260px; }

.video-grid{
  width: 100%;
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.video-block--small{ height: 220px; }

@media (max-width: 768px){
  .video-grid{ grid-template-columns: 1fr; }
  .video-block--large{ height: 220px; }
  .video-block--small{ height: 200px; }
}

/* =========================================================
   13) DRAWINGS (overview page)
========================================================= */
.drawings-sections{
  margin-top: 40px;
  display: grid;
  gap: 56px;
  justify-items: center;
}

.drawings-block{
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.drawings-card{
  width: min(860px, 100%);
  height: 280px;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--brown);
  border-radius: 22px;
  transition: transform 0.2s ease;
}
.drawings-card:hover{ transform: translateY(-2px); }

.drawings-card-title{
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  font-size: clamp(18px, 3vw, 34px);
}

.drawings-caption{
  margin: 0;
  text-align: center;
  max-width: 78ch;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 768px){
  .drawings-card{ height: 230px; }
  .drawings-sections{ gap: 44px; }
}

/* =========================================================
   14) PAPER DRAWINGS PAGE
========================================================= */
.drawings-page .page{
  padding: 96px 24px 96px;
}

.drawings-grid{
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  grid-template-areas:
    "a b"
    "d c";
}

.drawing-card{
  display: block;
  background: var(--dark);
  border-radius: var(--card-radius);
}
.drawing-card--a{ grid-area: a; height: 360px; }
.drawing-card--b{ grid-area: b; height: 260px; }
.drawing-card--c{ grid-area: c; height: 360px; }
.drawing-card--d{ grid-area: d; height: 260px; }

@media (max-width: 768px){
  .drawings-grid{
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d";
    gap: 22px;
  }
  .drawing-card--a,
  .drawing-card--c{ height: 300px; }
  .drawing-card--b,
  .drawing-card--d{ height: 220px; }
}

/* =========================================================
   15) DIGITAL DRAWINGS PAGE
========================================================= */
.digitaldrawings-page .page{
  padding: 96px 24px 96px;
}

.digitaldrawings-grid{
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  grid-template-areas:
    "a b"
    "c d";
}

.dd-card{
  display: block;
  background: var(--dark);
  border-radius: var(--card-radius);
}
.dd-card--a{ grid-area: a; height: 360px; }
.dd-card--b{ grid-area: b; height: 300px; }
.dd-card--c{ grid-area: c; height: 260px; }
.dd-card--d{ grid-area: d; height: 360px; }

@media (max-width: 768px){
  .digitaldrawings-grid{
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "d" "c";
    gap: 22px;
  }
  .dd-card--a,
  .dd-card--d{ height: 300px; }
  .dd-card--b{ height: 240px; }
  .dd-card--c{ height: 220px; }
}

/* =========================================================
   16) PHOTOGRAPHY
========================================================= */
.photo-gallery{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.photo{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 22px;
}
.photo--tall{ height: 260px; }

@media (max-width: 768px){
  .photo-gallery{ grid-template-columns: 1fr; }
  .photo, .photo--tall{ height: 220px; }
}

/* =========================================================
   17) SCHOOLWORK
========================================================= */
.sw-feature{
  margin-top: 34px;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.sw-figure,
.sw-small-figure,
.sw-stack-figure{
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
}

.sw-img{ width: 100%; height: auto; }

.sw-caption{
  margin: 0;
  text-align: center;
  max-width: 80ch;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.sw-grid{
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.sw-left{ display: grid; gap: 14px; }

.sw-left-text{
  margin: 0;
  max-width: 45ch;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.sw-right{ display: grid; gap: 22px; }

@media (max-width: 768px){
  .sw-grid{ grid-template-columns: 1fr; }
  .sw-left{ justify-items: center; text-align: center; }
  .sw-left-text{ max-width: 80ch; }
}

/* =========================================================
   18) FOOTER (main-footer) + BIG TEXT FIX
========================================================= */
.main-footer{
  background: var(--dark);
  color: var(--bg);
  position: relative;
  overflow: hidden;
  padding: 70px 0 220px;
}

.footer-container{
  width: min(var(--container), calc(100% - 80px));
  margin-inline: auto;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;

  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.footer-logo{
  color: var(--white);
  font-weight: 900;
  font-size: 56px;
}

.footer-heading{ color: var(--accent); }

.footer-links{
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 20px;

  display: grid;
  gap: 8px;
}

/* address is standaard italic in browsers */
.footer-contact,
.footer-contact *{
  font-style: normal;
}

.footer-contact p{
  margin: 0;
}

.footer-contact p + p{
  margin-top: 8px; 
}

address{ font-style: normal; }

.footer-large-text,
.footer-big{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12vw;

  z-index: 1;
  pointer-events: none;
  white-space: nowrap;

  font-size: clamp(90px, 12vw, 180px);
  line-height: 0.85;
  letter-spacing: 6px;
  color: var(--bg);
  opacity: 0.95;
}

@media (max-width: 520px){
  .tile-media,
  .tile--solid .solid-card{ height: 150px; }
}

.hero-section .hero-container{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 96px;

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 24px;
  align-items: center;

  min-height: 820px;
  overflow: hidden;
  position: relative;
}

/* Specificity / cascade:
   .hero-section .hero-title is specifieker dan .hero-title,
   dus alleen op de home hero overschrijven we de global heading styling. */
/* Grote titel blijft groot */
.hero-section .hero-title{
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;

  margin: 0;
  margin-top: 90px;

  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: clamp(64px, 8vw, 150px);
  letter-spacing: 0;
  color: var(--dark);
  text-align: center;
  white-space: nowrap;

  z-index: 1;
}

/* Foto iets kleiner + iets omhoog + over de titel heen */
.hero-section .hero-image{
  grid-column: 5 / 10;
  grid-row: 1 / 4;          /* span zodat overlap kan */
  justify-self: center;
  align-self: center;
  z-index: 2;
}

.hero-section .hero-image img{
  width: min(520px, 50vw);  
  height: auto;
  display: block;
  justify-self: start;
  margin-left: -20px;
}

/* Portfolio weer in juiste font + kleur + grootte en over de onderkant foto */
.hero-section .hero-subtitle{
  grid-column: 1 / -1;
  grid-row: 1 / 4;          /* zelfde “laag” als de foto */
  justify-self: center;
  align-self: end;

  margin: 0;
  margin-bottom: 85px;     

  font-family: "Michigan Signature", cursive;
  font-size: clamp(48px, 7vw, 110px);
  color: var(--accent);
  white-space: nowrap;

  z-index: 3;
}

@media (max-width: 900px){
  .hero-section .hero-container{
    padding: 0 32px;
    min-height: 700px;
  }

  .hero-section .hero-image{ grid-column: 4 / 10; }

  .hero-section .hero-image img{
    width: min(320px, 65vw);
    transform: translateY(-25px);
  }

  .hero-section .hero-subtitle{
    margin-bottom: 65px;
  }
}

/* Maak alle intro-teksten hetzelfde als portfolio */
.intro-text,
.hero-copy p{
  margin: 0 auto;
  max-width: 70ch;
  text-align: center;

  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400; 
}

/* Rounded corners fix:
   figure heeft standaard margin in browsers.
   Daarom zetten we figure { margin: 0 } en overflow hidden,
   zodat img netjes binnen border-radius clipped. */
/* FORCE rounded corners showcase images */
.showcase-item{
  border-radius: 28px;
  overflow: hidden;
}

.showcase-item figure{
  margin: 0;              /* belangrijk: figure heeft standaard margins */
  border-radius: 28px;
  overflow: hidden;
}

.showcase-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px !important;  /* overschrijft alles */
}