@charset "utf-8";
/* =============================== */
/* DOUGLAS ARTHUR — HOMEPAGE v1.0 */
/* =============================== */



/* =============================== */
/* GLOBAL RESET                    */
/* =============================== */
html, body {
  margin: 0;
  padding: 0;
}

a {
    font-family: "Urbane", sans-serif;
    color: inherit;
    text-decoration: none;
}

#page-transition {
  position: fixed;
  inset: 0;
  background: black;
  opacity: 0;
  pointer-events: none;
  z-index: 9998; /* preloader is 9999 */
}


.da-home__hero-pin {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  display: block;
}

/* =============================== */
/* COTY BUTTONS                    */
/* =============================== */
.coty-360-hint {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 32px;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.coty-360-icon {
  font-size: 20px;
  line-height: 1;
}

.coty-360-text {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


#cotyImage {
  opacity: 1;
  transition: opacity .8s ease-in-out;
}

#cotyImage.fade-out {
  opacity: 0;
}

.coty-state-buttons {
  display: flex;
  justify-content: center;
  gap: 15%;
  margin-top: 16px;
}

.coty-state-buttons button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: ##c3c2c1;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}

.coty-state-buttons button:hover {
  background: #ddd;
}

.coty-state-buttons button.active {
  background: #333;
  color: white;
}

.coty-state-buttons .icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.coty-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* or whatever ratio you want */
  overflow: hidden;
}

.coty-image-wrapper .coty-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* forces horizontal cropping */
  object-position: center; /* keeps the crop centered */
}

.coty-state-buttons .icon img {
  width: 18px;
  height: 18px;
  display: block;
}


.coty-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.coty-image--top {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.coty-360-wrapper {
  width: 100%;
  aspect-ratio: 2 / 1; /* 2:1 ratio */
  position: relative;
  overflow: hidden;
	padding-top: 5rem;
}

#coty360 {
  width: 100%;
  height: 100%;
}
.scrub-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 24px;
	padding-top: 40px;
}

.scrub-frame {
  width: 100%;
  display: block;
	border-radius: 20px;
}

.scrub-slider {
  width: 100%;
  display: block;
  margin-top: 12px;
}

.text-block {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	color: #000;
	font-weight: 200;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
}
.text-block-mask {
  padding: 16px;
	padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	color: #000;
	font-weight: 200;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
}

/* =============================== */
/* MASK SECTION                    */
/* =============================== */

.section .inner-wide {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}


/* ------------------------------------------------------------
   OVERRIDES FOR MASK 1 + MASK 2 IMAGE WIDTHS
------------------------------------------------------------ */

#mask1 .inner-wide {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

#mask2 .inner-wide {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
}

#mask1{
	padding-top: 5rem;
}
#mask2{
	padding-top: 5rem;
}

/* ------------------------------------------------------------
   MASK CONTAINER
------------------------------------------------------------ */
.maskme {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    background-color: #ffffff;
}

/* Base image */
.maskme img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

/* ------------------------------------------------------------
   MASK COLOR OVERLAY
------------------------------------------------------------ */
.mask-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #ffffff;

    mask-size: cover;
    -webkit-mask-size: cover;

    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    mask-mode: alpha;
    -webkit-mask-mode: alpha;

    z-index: 2;
    pointer-events: none;
}

/* Mask images */
#mask1 .mask-color {
    mask-image: url(../images/MaskLayer1.png);
    -webkit-mask-image: url(../images/MaskLayer1.png);
}

#mask2 .mask-color {
    mask-image: url(../images/MaskLayer2.png);
    -webkit-mask-image: url(../images/MaskLayer2.png);
}

/* ------------------------------------------------------------
   OVERLAY PNGs (Gel + Label)
------------------------------------------------------------ */
.maskme img.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maskme img.absolute:nth-of-type(1) {
    z-index: 3; /* Gel */
}

.maskme img.absolute:nth-of-type(2) {
    z-index: 4; /* Label */
}

/* ------------------------------------------------------------
   HSL UI — CENTERED BELOW EACH MASK
------------------------------------------------------------ */
.hsl-details {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.hsl-options {
    display: flex;
    flex-direction: column;
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 500px;
	color: #000;
	font-size: .8rem;

}

.hsl-option {
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.hsl-slider {
    width: 100%;
}

.hsl-value {
    font-weight: 400;
}
#colorPicker1,
#colorPicker2 {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none; 
}
label[for="colorPicker1"],
label[for="colorPicker2"] {
    font-size: .8rem;
    font-weight: 600; /* optional but looks good */
    line-height: 1.1; /* optional for tighter spacing */
}


#colorPicker1::-webkit-color-swatch,
#colorPicker2::-webkit-color-swatch {
    border-radius: 4px;
}

#colorPicker1::-webkit-color-swatch-wrapper,
#colorPicker2::-webkit-color-swatch-wrapper {
    padding: 0;
}


/* =============================== */
/* ETHOS SECTION                   */
/* =============================== */

.da-home__ethos {
  position: relative;
  padding: 20vh 0 30vh; /* big breathing room */
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5; /* above WebGL, below header */
}

.da-home__ethos-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.da-home__ethos-text {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  color: white;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1.1;
}

.ethos-line {
  position: relative;
  display: block;
  overflow: visible;
}

.ethos-text {
  opacity: 0; /* revealed by mask */
  display: inline-block; 
	transition: opacity 1.4s cubic-bezier(0.0, 0.1, 0.25, 1);

}

.ethos-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#ethos-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.da-home__ethos-inner {
  position: relative;
  z-index: 2;
}

/* =============================== */
/* SECTIONS                        */
/* =============================== */
.video-wrapper {
  position: relative;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  object-fit: contain; /* or cover, depending on your preference */
  display: block;
}


.video-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease;
}

.video-toggle.hidden {
  opacity: 0;
}


@media (max-width: 768px) {
  .da-home section {
    padding: 60px 0;
  }
}

section.da-home__about {
	width: 100%;
  padding: 10ch 0;
	background: #000;
}
.da-home__about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
section.da-home__featured {
	width: 100%;
  padding: 10ch 0;
	background: linear-gradient(to bottom, #000 0%, #252525 100%);
}
.da-home__featured-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
/* =============================== */
/* PROJECT PAGES                   */
/* =============================== */
section.da-home__projectpage {
	width: 100%;
  padding: 10ch 0;
	background: #FFF;
	color: #000;
}
section.da-page__intro {
	width: 100%;
  padding: 10ch 0 0ch;
}
.da-page__subtitle{
	margin: 0px;
}
.da-page__blocktitle{
	padding: 6rem 0px 0px;
}
.da-home__projects-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.da-page__intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.da-page__content{
	padding-bottom: 20ch;
}
.da-page__meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.da-page__meta-blurb {
  flex: 1 1 70%;
  max-width: 800px;
	font-size: 1rem;
	font-weight: 200;
	letter-spacing: 0.02em;
}

.da-page__meta-sidebar {
  flex: 1 1 15%;
  min-width: 250px;
}

.da-page__meta-block {
  margin-bottom: 2rem;
}

.da-page__meta-label {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.da-page__meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.da-page__meta-list li {
  margin-bottom: 0.25rem;
}

.da-page__meta-value {
  font-size: 1rem;
}
.da-page__grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.da-pages__gutter {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.da-pages__inlinetext {
font-size: .8rem;
	font-weight: 200;
 letter-spacing: .5px;
}
/* Base image styling */
.grid-image {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* 16:9 images */
.grid-image--16x9 {
  aspect-ratio: 16 / 9;
}

/* 16:4.5 images (half-height) */
.grid-image--16x4_5 {
  aspect-ratio: 16 / 4.5;
}

.grid-image--8x9 {
  aspect-ratio: 8 / 9;
}
.grid-image--noradius {
  border-radius: 0;
}
.da-home__projects-button {
    font-family: "Urbane", sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
    color: #FFF; /* base color */
    text-decoration: none;
    cursor: pointer;

    /* Smooth easing */
    transition: color 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
                opacity 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    
    opacity: 0.75;
}

.da-home__projects-button:hover {
    color: #C7C3B8; 
    opacity: 1;
}


/* 2-column layout */
.grid-block--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 80px;
}



/* Full-width block */
.grid-block--full {
  width: 100%;
	padding-top: 40px;
}
.grid-block--center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.grid-block--center img {
  width: 80vw;
  height: auto;
}


/* Half-height block (single column) */
.grid-block--half {
  max-height: 50vh;
  overflow: hidden;
	display: grid;
	align-items: stretch;
	padding-top: 80px;
}
.grid-block--half.grid-block--2col {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.grid-block--half .grid-image {
  aspect-ratio: auto;
  height: 100%;
}

.grid-cell {
  height: 100%;
	overflow: hidden;
	border-radius: 20px;
}

/* 2-column layout */
.grid-block--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
	padding-top: 80px;
}

/* Responsive fallback */
@media (max-width: 900px) {
  .grid-block--2col {
    grid-template-columns: 1fr; /* stay 2 columns */
	  padding-top: 40px;
  }
}
@media (max-width: 900px) {
  .grid-block--full {
	  padding-top: 40px;
  }
}

/* =============================== */
/* PROJECT SECTION                 */
/* =============================== */
.da-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.da-home__project-eyebrow {
  display: flex;
	flex-wrap: wrap;
  gap: 15px; /* optional, adds breathing room */
  padding: 0;
  margin: 0 0 8px 0;
  list-style: none;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.8;
	max-width: 100%;
}
.da-home__project-eyebrow li { 
	white-space: nowrap; 
}

.da-home__project-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px; /* ← your desired middle spacing */
  margin-top: 40px;
}
@media (max-width: 900px) {
  .da-home__project-list {
    grid-template-columns: 1fr;
  }
}
.da-home__project {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.da-home__project-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}
.da-home__project-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
}
.da-home__project-image {
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

section.da-home__brands {
	width: 100%;
  padding: 2ch 0 2ch;
	background: #FFF;
	color: #000;
}
section.da-home__brandLogo {
	width: 100%;
  padding: 0ch 0 15ch;
	background: #FFF;
	color: #000;
}
.da-home__brands-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.brand-ticker {
  width: 100%;
  height: 166px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: auto;
  cursor: grab;
  scrollbar-width: none; /* Firefox */
}

.brand-ticker::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.brand-track {
  display: inline-flex;
	pointer-events: auto;
}

.logos {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
	pointer-events: none;
}
section.da-home__contact {
  width: 100%;
  min-height: 20vh;
  padding: 4ch 0 0;
  background: linear-gradient(to bottom, rgba(61,61,61,1) 0%, rgba(73,86,96,1) 40%, rgba(80,101,117,1) 100%);
  color: #FFF;
}

.da-home__contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-direction: column;
  align-items: center;
}


.da-footer__nav {
  margin-bottom: 2rem;
  text-align: center;
}

.da-footer__nav-list {
  display: flex;
  gap: 2rem;
  padding: 20px 0 28px;
  margin: 0;
  list-style: none;
}

.da-footer__nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-color, #fff);
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.da-footer__nav-link:hover {
  opacity: 1;
}

.da-footer__copyright {
  margin-top: 3rem;
  font-size: 0.8rem;
  opacity: 0.5;
  letter-spacing: 0.04em;
}

section.da-home__darthur {
  width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0;
}

.da-home__darthur img {
  width: 100%;
  height: auto;
  display: block;
}

/* =============================== */
/* GLOBAL WEBGL BACKGROUND         */
/* =============================== */

.da-bg-webgl-section {
  position: fixed;
  inset: 0;          /* top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 100%;
  z-index: -1;       /* behind everything */
  pointer-events: none;
  overflow: hidden;
}

#bg-webgl-canvas {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
}

#bg-webgl-video {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}


#preloader {
  position: fixed;
  inset: 0;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease;
}

#preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

#preloader-text {
  color: white;
  font-size: 1.2rem;
  animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
  0% { opacity: 0.4; }
  100% { opacity: 1; }
}

.da-interaction-layer {
  position: absolute;
  inset: 0;
  z-index: 50; /* ABOVE hero-inner’s z-index:10 */
  pointer-events: auto;
}
.da-interaction-layer {
  touch-action: pan-y; /* allow vertical scroll */
  pointer-events: auto;
}


@media (min-width: 769px) {
  .da-interaction-layer {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .da-interaction-layer {
    touch-action: pan-y;
    pointer-events: none; /* allow scroll to pass through */
  }
}
.da-interaction-layer {
  pointer-events: none;
}

.da-interaction-layer.touch-active {
  pointer-events: auto;
}


.da-video-intro,
.da-video-bg {
  pointer-events: none;
  touch-action: none;
}


/* =============================== */
/* SITE WRAPPER                    */
/* =============================== */
.da-home {
  font-family: "urbane", sans-serif;
  color: white;
  margin: 0 auto;
}

/* =============================== */
/* HEADER                          */
/* =============================== */
.da-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  pointer-events: auto;
}

.da-header__bar {
  width: 100%;
  background-color: #e4e4e4;
}

.da-header__bar--top {
  height: 46px;
  opacity: 0.5;
  display: flex;
  align-items: center;
}

.da-header__bar--bottom {
  height: 18px;
}

.da-header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(15px, 3vw, 40px);
  font-family: "urbane", sans-serif;
  color: #111;
  line-height: 1;
}

.da-header__logo-main {
  font-weight: 700;
  font-size: 1rem;
}

.da-header__logo-sub {
  margin-top: 2px;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  opacity: 0.85;
}
/* =============================== */
/* MOBILE HEADER OVERRIDES        */
/* =============================== */
@media (max-width: 768px) {

  /* Increase header bar heights */
  .da-header__bar--top {
    height: 60px; /* was 46px */
  }

  .da-header__bar--bottom {
    height: 18px; /* was 18px */
  }

  /* Increase logo text sizes */
  .da-header__logo-main {
    font-size: 1.25rem; /* was 1rem */
  }

  .da-header__logo-sub {
    font-size: 0.85rem; /* was 0.7rem */
    letter-spacing: 0.14em; /* slight bump for balance */
  }

  /* Optional: increase left padding for breathing room */
  .da-header__logo {
    padding-left: clamp(20px, 5vw, 50px);
  }
}

/* =============================== */
/* HERO (corrected structure)      */
/* =============================== */
/* OUTER WRAPPER — defines scrollable height */
.da-home__hero {
  min-height: 100vh;
  height: 100vh;
}


/* PINNED CONTAINER — the visual hero */
.da-home__hero-pin {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}


/* =============================== */
/* VIDEO LAYERS                    */
/* =============================== */
.da-video-intro,
.da-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

/* BACKGROUND VIDEO — GLITCH MASK APPLIED HERE */
.da-video-bg {
  z-index: 1;
}

.da-video-intro {
  z-index: 3;
}


/* =============================== */
/* CANVAS MASK LAYER               */
/* =============================== */
.da-mask-canvas {
  position: absolute;
	opacity: 0.9;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}


/* =============================== */
/* HERO TEXT                       */
/* =============================== */
.da-home__hero-inner {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
   font-family: "urbane", sans-serif;
  color: white;
  opacity: 0;
}

.da-home__hero-title {
  font-size: clamp(2.5rem, 3vw, 3rem);
  font-weight: 700;
  max-width: 26ch;
  margin: 0 auto 16px;
}

.da-home__hero-subtitle {
  font-size: clamp(1rem, 1.6vw, 1.8rem);
  opacity: 0.85;
  max-width: 42ch;
  margin: 0 auto;
}


/* =============================== */
/* TYPOGRAPHY                      */
/* =============================== */
.da-home__section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.2;
}
.da-home__pages-title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.2;
}
.da-page__title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.2;
}
/* =============================== */
/* CONTENT SECTIONS                */
/* =============================== */
.da-home__about-text {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.da-home__project-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 900px) {
  .da-home__project-list {
    grid-template-columns: 1fr;
  }
}

.da-home__project-title {
  font-size: 1.67rem;
  font-weight: 700;
  margin: -5px 0px 5px;
}

.da-home__project-desc {
  margin: -15px 0px 20px;
  opacity: 0.9;
}

.da-home__project-link {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.clickable-area {
  color: inherit;
  text-decoration: none;
}

.clickable-area:visited,
.clickable-area:hover,
.clickable-area:active {
  color: inherit;
  text-decoration: none;
}

/* =============================== */
/* CAPABILITIES                    */
/* =============================== */
section.da-home__capabilities {
	width: 100%;
  padding: 10ch 0;
	background: #FFF;
	color: #000;
}
.capability-block__heading{
	font-size: 1.8em;
	font-weight: 300;
	margin: 15px 0px;
}
.da-home__capabilities-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.da-home__capabilities-reveal {
  max-width: 1200px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 24px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.capability-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.capability-block__list li {
  cursor: pointer;
  transition: opacity 0.2s ease;
	margin-bottom: 8px;
	line-height: 1.4;
}

.capability-block__list li:hover {
  opacity: 0.7;
}

.da-home__capabilities-reveal.active {
  opacity: 1;
}

/* Each column aligns its own content flush-left */
.capabilities-reveal__col {
  display: block; /* remove flex */
  text-align: left;
}

/* Titles align to the start of each column */
.capabilities-reveal__title {
  margin: 0 0 12px 0;
  text-align: left;
	font-size: .8em;
	color: #2056A7;
	margin: 5px 0;
}

/* Description stays left-aligned in column 1 */
.capabilities-reveal__desc {
  font-size: 1rem;
  opacity: 0.85;
  line-height: 1.6;
  margin: 0;
}

/* Remove bullets from the project list */
.capabilities-reveal__projects {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

/* Underline the links */
.capabilities-reveal__projects a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
	font-size: 14px;
}
.capabilities-reveal__projects li {
  line-height: 1;
}
.da-home__capabilities-intro{
	margin: 0px 0px 30px
}

.da-home__capabilities-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 900px) {
  .da-home__capabilities-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .da-home__capabilities-columns {
    grid-template-columns: 1fr;
  }
}

.da-home__capabilities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.da-home__capability-heading {
  font-weight: 700;
  margin-bottom: 12px;
}
.da-home__capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; /* or 24px if you prefer tighter spacing */
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .da-home__capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .da-home__capabilities-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .da-home__capabilities-reveal {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}


/* =============================== */
/* BRANDS                          */
/* =============================== */
.da-home__brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 900px) {
  .da-home__brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .da-home__brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.da-home__brand-grid span {
  font-weight: 600;
  opacity: 0.85;
}

/* =============================== */
/* CV + CONTACT                    */
/* =============================== */
.da-home__cv-text,
.da-home__contact-text {
  max-width: 700px;
  margin-bottom: 16px;
	font-weight: 300;
}

.da-home__cv-link,
.da-home__contact-button {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}


