/* =========================================================
   SECOND SELF — Brand Stylesheet
   Fonts: Fraunces (display) / Courier Prime (body + UI)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;0,9..144,900;1,9..144,500;1,9..144,600&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Courier+Prime:ital,wght@0,400;0,700;1,400&display=swap');

:root{
  /* Brand palette */
  --forest:   #313523;
  --beige:    #f9f3e9;
  --paper:    #fcf7fc;
  --lime:     #e4e88a;
  --lilac:    #cdb7ea;
  --sky:      #a3cbef;
  --seafoam:  #92b1c8;
  --coal:     #212121;

  --ink: var(--coal);
  --line: rgba(33,33,33,0.14);
  --line-soft: rgba(255,255,255,0.16);

  --radius-sticker: 26px;
  --shadow-sticker: 0 2px 0 rgba(33,33,33,0.9);

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Lora', Georgia, serif;
  --font-mono: 'Courier Prime', 'Courier New', monospace;

  --maxw: 1180px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin:0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4{
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}

h1{ font-weight: 900; font-size: clamp(2.6rem, 5vw, 4.6rem); }
h2{ font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.9rem); }
h3{ font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; }

p{ margin: 0 0 1.1em; }
a{ color: inherit; text-decoration: none; }

img{ max-width: 100%; display:block; }

.container{
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow{
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--forest);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.on-forest .eyebrow{ color: var(--lime); }
.on-sky .eyebrow, .on-lilac .eyebrow, .on-seafoam .eyebrow{ color: var(--forest); }
.eyebrow::before{
  content:"";
  width: 26px; height: 2px;
  background: currentColor;
  display: inline-block;
}

/* ---------------------------------------------------------
   Grid-paper texture — the recurring "notebook" backdrop
   --------------------------------------------------------- */
.grid-bg{
  background-image:
    linear-gradient(var(--grid-line, rgba(249,243,233,0.14)) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line, rgba(249,243,233,0.14)) 1px, transparent 1px);
  background-size: 44px 44px;
  background-position: -1px -1px;
}
.on-forest{ background-color: var(--forest); color: var(--beige); --grid-line: rgba(249,243,233,0.14); }
.on-sky{ background-color: var(--sky); color: var(--coal); --grid-line: rgba(33,33,33,0.14); }
.on-lilac{ background-color: var(--lilac); color: var(--coal); --grid-line: rgba(33,33,33,0.12); }
.on-beige{ background-color: var(--beige); color: var(--coal); --grid-line: rgba(33,33,33,0.08); }
.on-seafoam{ background-color: var(--seafoam); color: var(--forest); --grid-line: rgba(33,33,33,0.12); }

/* ---------------------------------------------------------
   The "sticker" — signature shape from the logo badge:
   a capsule with a pinched notch at each end.
   --------------------------------------------------------- */
.sticker{
  --sc: var(--beige);
  --sb: var(--lime);
  position: relative;
  background: var(--sc);
  border: 3px solid var(--sb);
  border-radius: 999px;
  padding: 8px 22px;
  display: inline-block;
}
.sticker::before, .sticker::after{
  content:"";
  position:absolute;
  top: 50%; transform: translateY(-50%);
  width: 14px; height: 26px;
  background: var(--sb);
  border-radius: 0 999px 999px 0;
}
.sticker::before{ left: -3px; border-radius: 0 999px 999px 0; clip-path: inset(0 0 0 50%); }
.sticker::after{ right: -3px; clip-path: inset(0 50% 0 0); }

/* ---------------------------------------------------------
   Header / Nav
   --------------------------------------------------------- */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(252,247,252,0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 16px 32px;
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 18px;
}
.logo-lockup{
  display:flex;
  align-items:center;
  gap: 2px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
}
.logo-lockup .word-second{
  font-weight: 900;
  color: var(--coal);
}
.logo-lockup .word-self{
  font-weight: 500;
  font-style: italic;
  color: var(--forest);
}
.logo-mark{ width: 26px; height: 22px; margin: 0 4px; flex-shrink:0; }

.logo-lockup img.logo-img{
  height: 34px;
  width: auto;
  display: block;
}
.site-footer .logo-lockup img.logo-img{ height: 30px; }

.nav-links{
  display:flex;
  align-items:center;
  gap: 22px;
  list-style:none;
  margin:0; padding:0;
}
.nav-links a{
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color .2s ease;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active{
  border-color: var(--forest);
}
.nav-cta{
  white-space: nowrap;
}
.nav-toggle{
  display:none;
  background:none;
  border: 2px solid var(--coal);
  border-radius: 8px;
  width: 42px; height: 38px;
  cursor:pointer;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.nav-toggle span{ width: 20px; height: 2px; background: var(--coal); display:block; }

/* ---------------------------------------------------------
   Buttons
   --------------------------------------------------------- */
.btn{
  font-family: var(--font-mono);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  border: 2.5px solid var(--coal);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  box-shadow: 3px 3px 0 var(--coal);
}
.btn:hover{ box-shadow: 1px 1px 0 var(--coal); }
.btn-primary{
  background: var(--lime);
  color: var(--coal);
}
.btn-primary:hover{ transform: translateY(-2px); }
.btn-outline{
  background: transparent;
  color: inherit;
  border-color: currentColor;
}
.btn-outline:hover{ background: currentColor; }
.btn-outline:hover{ color: var(--forest); }
.on-forest .btn-outline{ color: var(--beige); }
.on-forest .btn-outline:hover{ background: var(--beige); color: var(--forest); }

/* ---------------------------------------------------------
   Sections / layout helpers
   --------------------------------------------------------- */
section{ padding: 96px 0; }
.section-tight{ padding: 64px 0; }

.hero{
  padding: 120px 0 100px;
  text-align: left;
}
.hero .container{ max-width: 860px; }
.hero p.lead{
  font-size: 1.15rem;
  max-width: 620px;
  opacity: 0.92;
}
.hero-actions{ display:flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }

.page-banner{
  padding: 74px 0 60px;
}
.page-banner h1{ margin-bottom: 6px; }

.two-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.two-col.reverse{ direction: rtl; }
.two-col.reverse > *{ direction: ltr; }

.cards-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.cards-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Service / offering cards */
.offer-card{
  background: var(--paper);
  border: 2px solid var(--coal);
  border-radius: var(--radius-sticker);
  padding: 34px 32px;
  box-shadow: var(--shadow-sticker);
}
.offer-card .tag{
  display:inline-block;
  background: var(--lilac);
  border: 1.5px solid var(--coal);
  border-radius: 999px;
  padding: 4px 14px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 18px;
}
.offer-card.sky .tag{ background: var(--sky); }
.offer-card.lime .tag{ background: var(--lime); }
.offer-card ul{
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}
.offer-card li{
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
}
.offer-card li::before{
  content:"—";
  position:absolute; left:0;
  color: var(--forest);
  font-weight: 700;
}

/* Info / FAQ cards */
.info-card{
  background: var(--beige);
  border-radius: var(--radius-sticker);
  padding: 30px 28px;
  border: 2px dashed rgba(33,33,33,0.3);
}
.info-card h3{ margin-bottom: 10px; }
.info-card p{ margin: 0; font-size: 0.94rem; opacity: 0.85; }

/* Badge row (accreditations) */
.badge-row{
  display:flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items:center;
}
.accred-badge{
  display:flex;
  align-items:center;
  gap: 10px;
  background: var(--forest);
  color: var(--beige);
  border: 2px solid var(--coal);
  border-radius: 999px;
  padding: 10px 18px 10px 12px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.accred-badge .dot{
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--forest);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.accred-badge .dot svg{
  width: 14px; height: 14px;
  display:block;
}

/* CTA banner */
.cta-banner{
  border-radius: 36px;
  padding: 60px 48px;
  text-align:center;
}
.cta-banner h2{ margin-bottom: 22px; }

/* Testimonials */
.testi-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.testi-card{
  background: var(--paper);
  border: 2px solid var(--coal);
  border-radius: var(--radius-sticker);
  padding: 28px 26px;
  box-shadow: var(--shadow-sticker);
  display:flex;
  flex-direction: column;
  gap: 16px;
}
.testi-card .stars{ color: var(--lime); filter: drop-shadow(0 0 0 var(--coal)); font-size: 0.95rem; letter-spacing: 3px;}
.testi-card p.quote{
  font-size: 0.95rem;
  margin:0;
  flex-grow:1;
}
.testi-card .who{
  display:flex;
  align-items:center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.testi-avatar{
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--lilac);
  display:flex; align-items:center; justify-content:center;
  line-height: 1;
  font-size: 1.2rem;
  flex-shrink:0;
}
.who strong{ display:block; font-family: var(--font-display); font-size: 0.98rem; font-weight: 700; }
.who span{ display:block; font-family: var(--font-mono); font-size: 0.74rem; opacity: 0.65; margin-top: 2px; }

.testi-card:nth-child(6n+2) .testi-avatar{ background: var(--sky); }
.testi-card:nth-child(6n+3) .testi-avatar{ background: var(--lime); }
.testi-card:nth-child(6n+4) .testi-avatar{ background: var(--seafoam); }
.testi-card:nth-child(6n+5) .testi-avatar{ background: var(--lilac); }
.testi-card:nth-child(6n+6) .testi-avatar{ background: var(--sky); }

/* Contact form */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items:start;
}
.form-card{
  background: var(--beige);
  border-radius: var(--radius-sticker);
  padding: 36px;
  border: 2px solid var(--coal);
}
.field{ margin-bottom: 20px; }
.field label{
  display:block;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 8px;
}
.field input, .field textarea{
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 12px 14px;
  border: 2px solid var(--coal);
  border-radius: 12px;
  background: var(--paper);
  color: var(--coal);
  resize: vertical;
}
.field input:focus, .field textarea:focus{
  outline: 3px solid var(--lime);
  outline-offset: 1px;
}
.form-note{
  font-family: var(--font-mono);
  font-size: 0.76rem;
  opacity: 0.65;
  margin-top: 10px;
}

/* Stacked short emphasis lines ("Meetings are prepared. Projects keep moving...") */
.quiet-list{
  display:grid;
  gap: 10px;
  margin: 28px 0;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
}
.quiet-list span{
  display:block;
  padding-left: 30px;
  position: relative;
}
.quiet-list span::before{
  content:"—";
  position:absolute; left:0;
  color: var(--lime);
}
.on-forest .quiet-list span::before{ color: var(--lime); }

/* Supplementary note box (secondary info, softer emphasis) */
.soft-note{
  background: var(--beige);
  border-left: 4px solid var(--lime);
  border-radius: 4px;
  padding: 20px 24px;
  font-size: 0.95rem;
}
.soft-note strong{ font-family: var(--font-display); }

/* Contact detail rows (address / email / phone) */
.contact-detail{
  display:flex;
  align-items:flex-start;
  gap: 14px;
  font-size: 1.02rem;
  margin-bottom: 16px;
}
.contact-detail .icon{
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--coal);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
  font-size: 1.15rem;
  line-height: 1;
}
.contact-detail a{ text-decoration: underline; text-underline-offset: 3px; }

/* Decorative circular brand seal */
.brand-seal{
  width: 128px;
  height: auto;
  transform: rotate(8deg);
  filter: drop-shadow(2px 3px 0 rgba(33,33,33,0.25));
}

/* Portrait photo — sticker-style frame with an offset colour card behind it */
.portrait{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 360px;
}
.portrait::before{
  content:"";
  position: absolute;
  inset: 14px -14px -14px 14px;
  background: var(--lime);
  border: 3px solid var(--coal);
  border-radius: var(--radius-sticker);
  z-index: 0;
}
.portrait img{
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-sticker);
  border: 3px solid var(--coal);
  box-shadow: var(--shadow-sticker);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.portrait.sm{ max-width: 220px; }
.portrait.xs{ max-width: 140px; }
.portrait.sky::before{ background: var(--sky); }
.portrait.lilac::before{ background: var(--lilac); }
.portrait.seafoam::before{ background: var(--seafoam); }

.portrait-intro{
  display: flex;
  align-items: stretch;
  gap: 56px;
}
.portrait-intro .portrait{
  flex: 0 0 320px;
  width: 320px;
  height: auto;
}
.portrait-intro .portrait img{
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}
.portrait-intro > div:last-child{
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 900px){
  .portrait-intro{ flex-direction: column; }
  .portrait-intro .portrait{ flex: 0 0 auto; max-width: 260px; width: 100%; height: auto; margin: 0 auto; }
  .portrait-intro .portrait img{ height: auto; min-height: 0; aspect-ratio: 4 / 5; }
}

/* Footer */
.site-footer{
  background: var(--forest);
  color: var(--beige);
  padding: 64px 0 28px;
}
.footer-top{
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(249,243,233,0.18);
}
.footer-links{
  display:flex;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-col h4{
  font-family: var(--font-mono);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  opacity: 0.7;
}
.footer-col ul{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.footer-col a{ font-size: 0.9rem; }
.footer-col a:hover{ color: var(--lime); }
.footer-bottom{
  display:flex;
  justify-content: space-between;
  align-items:center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 26px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  opacity: 0.7;
}
.social-row{ display:flex; gap:14px; }
.social-row a{
  width: 36px; height:36px;
  border: 1px solid rgba(249,243,233,0.4);
  border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
}
.social-row a:hover{ background: var(--lime); color: var(--forest); border-color: var(--lime); }

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */
@media (max-width: 900px){
  .two-col, .contact-grid{ grid-template-columns: 1fr; gap: 36px; }
  .cards-2{ grid-template-columns: 1fr; }
  .cards-3{ grid-template-columns: 1fr; }
  .testi-grid{ grid-template-columns: 1fr; }
  .nav-links, .nav-cta{ display:none; }
  .nav-toggle{ display:flex; }
  .site-header.open .nav-links{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap: 18px;
    position:absolute;
    top: 100%; left:0; right:0;
    background: var(--paper);
    padding: 24px 32px;
    border-bottom: 1px solid var(--line);
  }
  .site-header.open .nav-cta{ display:inline-flex; margin: 6px 32px 24px; }
  h1{ font-size: 2.4rem; }
}
