:root{
  --bg:#f8f8f0;
  --ink:#1c1c1c;
  --muted:#3a3a3a;
  --border: rgba(0,0,0,.18);
  --pill-bg: rgba(255, 255, 255, 0.25);
}

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

  overflow-x: hidden;
}

 
body.loading {
  overflow: hidden;
}

body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:"Quattrocento", serif;
  background: var(--bg); /* #f8f8f0 */

}

h1, h2, h3{
  font-weight:700;
}

/* ===== PAGE LOAD BLACK DISSOLVE ===== */
#page-loader{
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  opacity: 1;
  pointer-events: none;
transition: opacity 1400ms ease;
}

/* fade out */
#page-loader.fade-out{
  opacity: 0;
}

/* ---------------- Menu ---------------- */

.design-header{
position: fixed;
top: 0;
left: 0;
width: 100%;

display: flex;
align-items: center;
justify-content: space-between;

padding: clamp(18px,3vw,34px);

z-index: 1000;
background: transparent;
}

.services-hero{
padding-top:120px;
}

.pill__plus{
transition: transform .3s ease;
}

.menu-open .pill__plus{
transform: rotate(45deg);
}



/* ================= HERO ================= */
.hero{

    position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding: clamp(18px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  background: #f8f8f0;
  overflow: hidden;

  /* Initial reveal state */
  transform: scale(1.04);
  filter: blur(14px);
  opacity: 0;

  transition:
    transform 1.4s cubic-bezier(.22,.61,.36,1),
    filter 1.2s ease,
    opacity 1.2s ease;
}



.hero__top{

  display:flex;
  align-items:center;
  justify-content:space-between;
}


.brand{
  text-decoration:none;
  color:var(--ink);
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: 500;
}
.brand__star{ margin-left:2px; }

.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 18px;
  border:1px solid var(--border);
  border-radius: 999px;
  background: var(--pill-bg);
  color:var(--ink);
  text-decoration:none;
  font-size:12px;
  letter-spacing:.06em;
  cursor:pointer;
  backdrop-filter: blur(6px);
}
.pill:active{ transform: translateY(1px); }
.pill__plus,
.pill__arrow{
  width:18px;
  height:18px;
  display:inline-grid;
  place-items:center;
  font-weight:600;
}

.hero__center{
  position:relative;
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.hero__title{
  margin:0;
  text-align:center;
  text-transform:uppercase;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: .86;
  font-size: clamp(72px, 14vw, 210px);
}
.hero__title span{ display:block; }
/* Titled IMAGE ON COMPANY NAME  */
.hero__card{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  width: min(42vh, 420px);
  aspect-ratio: 3 / 4;
  margin:0;
  background:#f3f3f1;
  border-radius: 2px;
  box-shadow:
    0 12px 30px rgba(0,0,0,.08),
    0 2px 8px rgba(0,0,0,.06);
  overflow:hidden;
}
.hero__card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter: saturate(.9) contrast(.95);
}
/* HERO. image end*/

.hero__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.scroll{
  font-size:12px;
  letter-spacing:.06em;
  color:var(--muted);
  text-transform:uppercase;
  text-decoration:none;
}
.scroll:hover{ text-decoration: underline; }




/* ✅ keep all hero content above the background image */
.hero__top,
.hero__center,
.hero__bottom{
  position: relative;
  z-index: 1;
}



/* ✅ Mobile fix: don't crop the square PNG */
@media (max-width: 900px){
  .hero{
    min-height: 100svh;              /* better than 100vh on mobile */
  }}



/* when page is ready */
.hero.revealed{
   transform: scale(1);
  filter: blur(0);
  opacity: 1;
}


/* ---------------- ABOUT SECTION ---------------- */
.about{
padding:60px 34px;
 padding: clamp(40px 34px);
 display:flex;
 align-items:center;
}
.about__left{
 padding-left: 60px; /* adjust */
}


.about__grid{
 width:100%;
 display:grid;
 grid-template-columns: 0.9fr 1.2fr;
  gap: clamp(70px, 10vw, 200px);
 align-items:center;
}





/* ===== LAYERED TRANSITION (Services → About) ===== */
/* ===== Soft Layered Transition ===== */

.about{
 position: relative;
 z-index: 2;
 background: #f8f8f0;
 padding-top: clamp(120px, 12vw, 220px);
 padding-bottom: 120px;
 margin-top: 70px;
}




/* soft fade between sections */
.about::before{
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;


  pointer-events: none;

}
/*end*/

.about__kicker{
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom: 14px;
}

.about__title{
  margin:0;
  text-transform:uppercase;
  font-weight:500;
  letter-spacing:-0.04em;
  line-height:0.95;
  font-size: clamp(40px, 6vw, 100px);
}



.about__right{
  display:flex;
  flex-direction:column;
  padding-top: 74px; 
  gap: 18px;
  align-items:flex-start;
}

.about__desc{
  margin:0;
  max-width: 44ch;
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
}


.services-title--mobile{ display: none; }
.services-title--desktop{ display: block; }

@media (max-width: 900px){
  .services-title--mobile{ display: block; margin-top: 10px; }
  .services-title--desktop{ display: none; }
}


/* Right column wrapper: keeps title centered in the right column */
.curve-panel__right{
  display: grid;
  place-items: center;     /* center vertically + horizontally */
  width: 100%;
  min-height: 100%;        /* makes sure centering works */
}






/* ---------------- VIDEO HERO SECTION ---------------- *//* ================= STICKY VIDEO HERO ================= */
.video-hero{
  position: relative;
  height: 100vh;            /* how long the video stays sticky */
  background: #000;
  top:auto;
}

/* sticky frame (pins video) */
.video-hero__sticky{
  position: relative;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 0;               /* keep it behind next sections */
}

/* video */.video-hero__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;   /* ✅ stops any outgrow */
  will-change: auto;            /* optional */
  z-index: 0;
}


/* dark overlay */
.video-hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

/* text content */
.video-hero__content{
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
}

.video-hero__text{
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 42px);
  line-height: 1.4;
  max-width: 62ch;
  text-align: center;
}

/* ensure next sections cover the video */
.curve-panel{
  position: relative;
  z-index: 5;
}


/* Responsive */
@media (max-width: 900px){
  .about__grid{
    grid-template-columns: 1fr;
    align-items:start;
  }
}
@media (max-width: 900px){
  .about__grid{
    grid-template-columns: 1fr;
    gap: 24px;          /* add a nice spacing between stacked items */
    align-items: start;
  }

  /* reset the desktop offset so mobile aligns nicely */
  .about__left{
    padding-left: 0;
  }

  /* if you ever used margin-left or padding on right side, reset it too */
  .about__right{
    margin-left: 0;
    padding-left: 0;
  }
}

/* services scetion*/ 
.curve-panel__left{
  --services-shift: clamp(24px, 4vw, 80px);  /* same shift you want */
}
.service-acc{
  margin-left: var(--services-shift);
}

/* ---------------- CURVED BEIGE PANEL SECTION ---------------- */
.curve-panel{
  padding: 0;
  margin: 0;
  background: var(--bg); /* so the cut shows */
}

.curve-panel__shape{
  position: relative;
  background: var(--bg);;   /* your yellow/beige */
  width: 100%;
  overflow: visible;      /* required for the curve */
  border: none;

  /* TUNE THESE */
  --curveDepth: 100px;   /* bigger = curve comes UP more (deeper look) */
  --curveSize: 600px;    /* bigger = smoother/deeper ellipse */

  padding-bottom: var(--curveDepth); /* space reserved for the curve */
}





.curve-panel__content{
  position: relative;
  z-index: 1;
padding: clamp(14px, 2.5vw, 32px); /* 👈 makes rectangle shorter */
  padding-bottom: 0;      
}


.curve-panel__kicker{
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
    margin-top: clamp(32px, 6vw, 80px); /* 👈 moves it down */
    margin-left: var(--services-shift);  /* 👈 aligns with the list */
}

/* deisgn for left section of curve part */
/* Left/right layout inside the beige curved area */
.curve-panel__layout{
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: clamp(80px, 12vw, 360px);
  align-items: start;              /* ✅ important */
}
/* 2) Right column: NO vertical centering */
.curve-panel__right{
  display: flex;                   /* ✅ simpler than grid here */
  justify-content: center;         /* ✅ keep centered horizontally */
  align-items: flex-start;         /* ✅ keep fixed at top */
  width: 100%;
  min-height: auto;                /* ✅ remove 100% height behavior */
  align-self: start;               /* ✅ forces top alignment in grid */
padding-top: clamp(200px, 22vw, 360px);/* ✅ match your visual spacing */
  
}

/*animation for OUR SERVICES*/
/* ===== STRONGER SCROLL REVEAL ===== */
.section-animate{
  opacity: 0;
  transform: translateY(120px) scale(0.96);
  filter: blur(10px);
  transition:
    opacity 1.2s ease,
    transform 1.2s cubic-bezier(.22,.61,.36,1),
    filter 1s ease;
}
.section-animate.visible{
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.parallax-bg{
  will-change: transform;
}

@media (min-width: 901px){
  .curve-panel__layout{
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: clamp(70px, 10vw, 200px);
  }

  .curve-panel__right{
    display: grid;
    place-items: center;
    padding-right: clamp(32px, 6vw, 110px); /* ✅ prevents cutting */
    box-sizing: border-box;
    min-width: 0;
  }

  .curve-panel__right .services-title{
    font-size: clamp(56px, 7vw, 150px);   /* like WHO WE ARE scale */
    max-width: 100%;
    text-align: center;
    line-height: 0.9;
  }
}

@media (min-width: 901px){
  .curve-panel__right{
    padding-right: clamp(28px, 4vw, 72px); /* prevents clipping */
    padding-left: clamp(12px, 2vw, 36px);  /* keep your left spacing */
    box-sizing: border-box;
  }

  .curve-panel__right .services-title{
    max-width: 100%;
    justify-self: center;
    text-align: center;
  }
}

.curve-panel__left{
padding-left: clamp(16px, 3vw, 48px);

  padding-top: clamp(18px, 3vw, 40px);
  max-width: 560px;
}



/* Accordion styles */
.service-acc{
   margin-left: clamp(24px, 4vw, 80px);
  margin-top: 18px;
}

.service-acc__item{
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.service-acc__summary{
  list-style: none;              /* removes default arrow */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  cursor: pointer;
}

.service-acc__summary::-webkit-details-marker{
  display: none;                 /* removes default arrow (Chrome/Safari) */
}

.service-acc__label{
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 400;
  /* color: var(--ink); */
}

.service-acc__icon{
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  transition: transform .2s ease;

  transition: transform 0.3s ease;

}

.service-acc__panel{
  padding: 0 0 20px 0;
  color: var(--muted);
  font-size: 20px;
}

.service-acc__panel ul{
  margin: 0;
  padding-left: 18px;
  line-height: 1.7;
}

.service-acc__note{
  margin: 0;
  line-height: 1.7;
  color: var(--muted);
}

/* Turn + into × when open */
.service-acc__item[open] .service-acc__icon{
  transform: rotate(45deg);
}
.service-acc__panel{
  height: 0;
  overflow: hidden;
  transition: height 420ms ease;
}

.service-acc__item[open] .service-acc__panel{
  height: auto;
}

.service-acc__panel{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 420ms ease;
}

.service-acc__inner{
  overflow: hidden;
}

.service-acc__item[open] .service-acc__panel{
  grid-template-rows: 1fr;
}

.service-acc__inner li{
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 320ms ease, transform 320ms ease;
}

/* animate closing */
.service-acc__item.closing .service-acc__panel{
  grid-template-rows: 0fr;
}


/* when open */
.service-acc__item[open] .service-acc__inner li{
  opacity: 1;
  transform: translateX(0);
}
.service-acc__item.closing .service-acc__inner li{
  opacity: 0;
  transform: translateX(-16px);
}


.curve-panel__note{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  max-width: 28ch;
}

.service-acc__item[open] li:nth-child(1){ transition-delay: 80ms; }
.service-acc__item[open] li:nth-child(2){ transition-delay: 140ms; }
.service-acc__item[open] li:nth-child(3){ transition-delay: 200ms; }



/* services bullet hover to bold */

.service-acc__inner li a{
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.service-acc__inner li a:hover{
  font-weight: 700;
}


/* Mobile: stack (accordion becomes full width) */
@media (max-width: 900px){
.curve-panel__right{ display: none; }
}
@media (max-width: 900px){
  .service-acc__summary{
    padding-right: 72px;     /* room for the 56px circle */
  }

  .service-acc__icon{
    flex: 0 0 56px;          /* don’t shrink */
  }
}
@media (max-width: 900px){
  .curve-panel__shape{
    overflow: hidden;
  }
}
@media (max-width: 900px){
  .curve-panel__left{
    --mobile-align: clamp(24px, 4vw, 48px);
  }
}
@media (max-width: 900px){
  .curve-panel__kicker{
    margin-left: var(--mobile-align);
  }

  .services-title--mobile{
    margin-left: var(--mobile-align);
  }

  .service-acc{
    margin-left: var(--mobile-align);
  }
}


  /* 👇 show "OUR SERVICES" right below "WHAT WE DO" (before accordion) */
  @media (max-width: 900px){
  .curve-panel__right{
      transform: translateX(80px);
    order: -1;                 /* moves it above left */
    justify-content: flex-start;
    padding-top: 8px;
    padding-bottom: 18px;
    
  }


  .services-title{
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;

  /* SAME AS about__title */
  font-size: clamp(56px, 8.5vw, 150px);

  color: var(--ink);
}




  .curve-panel__left{
    padding-left: clamp(18px, 5vw, 34px);
  }
}

.services-title--mobile{ display: none; }

@media (max-width: 900px){
  .curve-panel__right{ display: none; }
  .services-title--mobile{ display: block; }
}


@media (max-width: 900px){
  .about__grid{
    margin-top: -32px;
  }
}
@media (max-width: 900px){
  .about{
    align-items: flex-start;   /* was center */
    padding-top: 124px;         /* adjust: 12px / 24px / 40px */
    padding-bottom: 124px;
    min-height: auto;          /* optional: remove forced full height */
  }
}




@media (max-width: 900px){
  /* one shared left alignment for mobile */
  .curve-panel__left{
    --mobile-align: clamp(24px, 4vw, 48px);
  }

  .curve-panel__kicker,
  .services-title,
  .service-acc{
    margin-left: var(--mobile-align) !important;
  }

  /* make sure the title is not centered */
  .services-title{
    text-align: left !important;
    max-width: none !important;
  }
}

/* retry footer parallax */
/* ===== Footer Parallax (visible + safe) ===== */
/* ================= NEW SLIDE-UP FOOTER ================= */
/* ================= FOOTER ================= */

.site-footer {
  background: #1c1c1c;
  color: #f8f8f0;
  padding: clamp(40px, 5vw, 80px);
  font-family: "Quattrocento", serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Main two-column layout */
.site-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  gap: 60px;
  flex-wrap: wrap;
    padding: 0 40px;
}



/* EMAIL COLUMN */


.site-footer__contact-col{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}

.site-footer__contact-label{
  margin: 0;
color: rgba(248,248,240,0.8);
  font-size: 15px;
  padding-bottom: 12px;
  padding-top: 70px;
}

.site-footer__email{
  color: rgba(248,248,240,0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
  gap: 20px;
}

.site-footer__email:hover{
  color: #fff;
}

/* LEFT COLUMN */
.site-footer__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 20px;


}

.site-footer__left a {
  text-decoration: none;
  color: rgba(248,248,240,0.8);
  font-size: 14px;
  transition: 0.2s ease;
}

.site-footer__left a:hover {
  color: #fff;
}

/* RIGHT COLUMN */
.site-footer__right {
  max-width: 400px;
}

.site-footer__newsletter-text {
  font-size: 13px;
  margin-bottom: 20px;
  color: rgba(248,248,240,0.7);
  line-height: 1.6;
}

.site-footer__newsletter-form {
  display: flex;
  gap: 10px;
}

.site-footer__newsletter-form input {
  flex: 1;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.site-footer__newsletter-form button {
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #000;
  cursor: pointer;
}

/* BOTTOM COPYRIGHT */
.site-footer__bottom{
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 34px;
}

/* Responsive */
@media (max-width: 900px) {
  .site-footer__content {
    flex-direction: column;
    text-align: center;
    align-items: center;

  }

  .site-footer__left {

      align-items: center;     /* THIS centers the vertical list */
    padding-left: 0;   
  }

  .site-footer__newsletter-form {
    flex-direction: column;
    width: 100%;
  }

  .site-footer__newsletter-form input,
  .site-footer__newsletter-form button {
    width: 100%;
  }
}


/* footer animation*/
.site-footer {
  background: #1c1c1c;
  color: #f8f8f0;
  padding: clamp(40px, 5vw, 80px);
}

.site-footer__content,
.site-footer__bottom {
  opacity: 0;
  transform: translateY(100px);
  transition:
    transform 1.2s cubic-bezier(.16,1,.3,1),
    opacity 1s ease;
}

.site-footer.footer-visible .site-footer__content,
.site-footer.footer-visible .site-footer__bottom {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 901px){
  .curve-panel__right{
    display: flex !important;
    justify-content: center;
    align-items: flex-start !important;
    align-self: start !important;
    min-height: auto !important;
  }
}

/* emnu panel*/
/* ================= MENU OVERLAY ================= */

.menu-overlay{
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
}

.menu-panel{
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40vw;
  min-width: 360px;
  background: #f8f8f0;
  padding: 60px;

  /* CLOSED STATE */
  transform: scaleX(0) skewX(-10deg);
  transform-origin: right;

  transition: transform 0.9s cubic-bezier(.77,0,.18,1);
}


/* Paper edge illusion */
.menu-panel::before{
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(0,0,0,0.18),
    transparent
  );
}

/* OPEN STATE */
.menu-overlay.open{
  pointer-events: auto;
}

.menu-overlay.open .menu-panel{
 /* transform: scaleX(1);*/ 
  transform: scaleX(1) skewX(0deg);
}

/* Background blur effect */
body.menu-open .hero,
body.menu-open .about,
body.menu-open .curve-panel,
body.menu-open .video-hero,
body.menu-open .site-footer{
  filter: blur(8px);
  transform: scale(0.98);
  transition: filter 0.6s ease, transform 0.6s ease;
}


/* ===== MENU NAV ===== */

.menu-nav{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}

.menu-nav a{
  font-size: clamp(36px, 4vw, 64px);
  text-decoration: none;
  color: #1c1c1c;
  font-weight: 500;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Stagger animation */
.menu-overlay.open .menu-nav a{
  opacity: 1;
  transform: translateY(0);
}

.menu-overlay.open .menu-nav a:nth-child(1){ transition-delay: 0.2s; }
.menu-overlay.open .menu-nav a:nth-child(2){ transition-delay: 0.3s; }
.menu-overlay.open .menu-nav a:nth-child(3){ transition-delay: 0.4s; }
.menu-overlay.open .menu-nav a:nth-child(4){ transition-delay: 0.5s; }
.menu-overlay.open .menu-nav a:nth-child(5){ transition-delay: 0.6s; }

/* Close button */
.menu-close{
  background: none;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 999px;
  padding: 12px 24px;
  cursor: pointer;
  font-family: "Quattrocento", serif;
}
/* menu button closed*/

/* animation for ABOUT US SECTION*?/* ===== ABOUT REVEAL ANIMATION ===== */
/* ===== STRONG ABOUT REVEAL ===== */

.about__left,
.about__right {
  opacity: 0;
}

/* LEFT SIDE (Title Block) */
.about__left {
  transform: translateY(100px) scale(0.95);
  transition:
    transform 1s cubic-bezier(.22,.61,.36,1),
    opacity 0.8s ease;
}

/* RIGHT SIDE (Text Block) */
.about__right {
  transform: translateX(80px);
  transition:
    transform 1s cubic-bezier(.22,.61,.36,1),
    opacity 0.8s ease;
}

/* WHEN VISIBLE */
.about.visible .about__left {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about.visible .about__right {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}