    :root {
      --bg: #F7EDEE;
      --paper: #FFFBFC;
      --ink: #1A1518;
      --muted: #7A6368;
      --soft: #F2D5DA;
      --soft-2: #E4B8C2;
      --accent: #B85F72;
      --accent-dark: #8A3E50;
      --cream: #FFF4F6;
      --line: rgba(26, 21, 24, 0.12);
      --shadow: 0 24px 80px rgba(140, 62, 80, 0.13);
      --radius-xl: 34px;
      --radius-lg: 24px;
      --radius-md: 16px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: 'DM Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 28rem),
        radial-gradient(circle at 88% 8%, rgba(232, 180, 195, 0.35), transparent 26rem),
        radial-gradient(circle at 20% 90%, rgba(242, 213, 218, 0.25), transparent 20rem),
        var(--bg);
      color: var(--ink);
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }

    img { max-width: 100%; display: block; }

    .noise {
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.22;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
      mix-blend-mode: multiply;
      z-index: 0;
    }

    .page { position: relative; z-index: 1; }

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin-inline: auto;
    }

    .nav {
      width: min(var(--max), calc(100% - 40px));
      margin: 24px auto 0;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      background: rgba(255, 248, 249, 0.72);
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 999px;
      backdrop-filter: blur(20px);
      box-shadow: 0 8px 32px rgba(184, 95, 114, 0.10), 0 1px 0 rgba(255,255,255,0.8) inset;
      position: sticky;
      top: 16px;
      z-index: 10;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--ink);
      color: var(--paper);
      font-size: 14px;
      letter-spacing: -0.04em;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 650;
    }

    .nav-links a { transition: 0.2s ease; }
    .nav-links a:hover { color: var(--ink); transform: translateY(-1px); }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid var(--ink);
      border-radius: 999px;
      padding: 13px 20px;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: -0.01em;
      transition: 0.22s ease;
      cursor: pointer;
      white-space: nowrap;
    }

    .btn-primary {
      background: var(--ink);
      color: var(--paper);
      box-shadow: 0 16px 36px rgba(30, 27, 24, 0.18);
    }

    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(30, 27, 24, 0.22); }

    .btn-secondary {
      background: rgba(255,255,255,0.28);
      color: var(--ink);
    }

    .btn-secondary:hover { transform: translateY(-2px); background: var(--paper); }

    .hero {
      padding: 86px 0 76px;
      position: relative;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      align-items: center;
      gap: 58px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 14px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--accent-dark);
      background: rgba(255, 250, 245, 0.56);
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 24px;
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 5px rgba(184, 95, 114, 0.18);
      animation: dotPulse 2.2s ease-in-out infinite;
    }
    @keyframes dotPulse {
      0%, 100% { box-shadow: 0 0 0 4px rgba(184, 95, 114, 0.18); }
      50%       { box-shadow: 0 0 0 8px rgba(184, 95, 114, 0.08); }
    }

    h1, h2, h3, p { margin-top: 0; }

    .hero h1 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: clamp(38px, 4.5vw, 90px);
      line-height: 0.87;
      letter-spacing: -0.06em;
      margin-bottom: 24px;
      max-width: 820px;
      font-weight: 600;
    }

    .hero h1 span {
      display: block;
      color: var(--accent);
      font-style: italic;
      letter-spacing: -0.07em;
    }

    .lead {
      color: var(--muted);
      font-size: clamp(18px, 2vw, 22px);
      line-height: 1.58;
      max-width: 650px;
      margin-bottom: 32px;
    }

    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 42px;
      max-width: 650px;
    }

    .stat-card {
      border: 1px solid var(--line);
      background: rgba(255, 250, 245, 0.58);
      border-radius: var(--radius-md);
      padding: 18px;
    }

    .stat-card strong {
      display: block;
      font-size: 28px;
      letter-spacing: -0.04em;
    }

    .stat-card span {
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .portrait-card {
      position: relative;
      min-height: 610px;
      display: grid;
      place-items: center;
    }

    .portrait-bg {
      position: absolute;
      width: 92%;
      aspect-ratio: 0.72;
      border-radius: 48% 48% 28px 28px;
      background:
        linear-gradient(150deg, rgba(255,255,255,0.92), rgba(242, 213, 218, 0.75)),
        var(--soft);
      box-shadow: 0 28px 90px rgba(184, 95, 114, 0.18);
      border: 1px solid rgba(255,255,255,0.78);
      transform: rotate(2deg);
    }

    .portrait-inner {
      position: relative;
      width: 82%;
      aspect-ratio: 0.74;
      border-radius: 48% 48% 24px 24px;
      background:
        radial-gradient(circle at 50% 26%, rgba(255,255,255,0.88), transparent 11rem),
        linear-gradient(170deg, #d7b69e, #f8e8dc 52%, #fdf7f1);
      overflow: hidden;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,0.72);
      box-shadow: 0 18px 60px rgba(86,56,45,0.14);
    }

    .portrait-placeholder {
      width: 72%;
      aspect-ratio: 1;
      border-radius: 50%;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,255,255,0.35)),
        url("data:image/svg+xml,%3Csvg width='520' height='520' viewBox='0 0 520 520' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='260' cy='168' r='86' fill='%238b5e4a' fill-opacity='.92'/%3E%3Cpath d='M100 465c17-104 83-164 160-164s143 60 160 164' fill='%2356382d' fill-opacity='.9'/%3E%3Cpath d='M194 166c17-52 115-53 135 0 10 27 7 67-3 92-19 45-112 45-131 0-11-26-14-65-1-92Z' fill='%23f7d0bd'/%3E%3Cpath d='M161 187c5-93 54-127 102-127 57 0 101 43 101 121 0 24-5 47-13 67-7-26-20-49-44-60-43-20-99-15-146-1Z' fill='%23231d19'/%3E%3Ccircle cx='226' cy='205' r='5' fill='%231e1b18'/%3E%3Ccircle cx='294' cy='205' r='5' fill='%231e1b18'/%3E%3Cpath d='M236 250c16 14 36 14 52 0' fill='none' stroke='%231e1b18' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M113 441c17-81 74-124 147-124s130 43 147 124' fill='%23fffaf5'/%3E%3C/svg%3E");
      background-size: cover;
      box-shadow: inset 0 0 0 12px rgba(255,255,255,0.28);
    }

    .portrait-photo {
      position: relative;
      width: 76%;
      height: 88%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 24px 18px 0;
      z-index: 1;
    }

    .portrait-photo::before {
      content: "";
      position: absolute;
      width: 78%;
      aspect-ratio: 1;
      border-radius: 50%;
      background: rgba(255,255,255,0.42);
      bottom: 38px;
      left: 50%;
      transform: translateX(-50%);
      filter: blur(2px);
      z-index: -1;
    }

    .portrait-photo img {
      max-height: 100%;
      width: auto;
      object-fit: contain;
      object-position: bottom center;
      filter: drop-shadow(0 22px 34px rgba(86,56,45,0.22));
    }


    .portrait-photo-full {
      position: relative;
      width: 86%;
      height: 88%;
      border-radius: 46% 46% 24px 24px;
      overflow: hidden;
      border: 10px solid rgba(255,250,245,0.52);
      box-shadow: 0 24px 54px rgba(86,56,45,0.20);
      background: var(--soft);
      z-index: 1;
      padding: 0;
      align-self: center;
    }

    .portrait-photo-full::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(30,27,24,0.18), transparent 42%);
      z-index: 1;
      pointer-events: none;
    }

    .portrait-photo-full img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
      filter: none;
    }

    .float-note {
      position: absolute;
      background: rgba(255, 251, 252, 0.88);
      border: 1px solid rgba(255,255,255,0.82);
      border-radius: 22px;
      padding: 16px 18px;
      box-shadow: 0 14px 40px rgba(184, 95, 114, 0.14), 0 1px 0 rgba(255,255,255,0.9) inset;
      backdrop-filter: blur(16px);
      max-width: 215px;
      z-index: 1;
    }

    .float-note strong { display: block; font-size: 15px; margin-bottom: 5px; letter-spacing: -0.02em; }
    .float-note span { color: var(--muted); font-size: 13px; line-height: 1.45; }
    .note-one { left: 0; bottom: 98px; }
    .note-two { right: 0; top: 92px; }

    .section {
      padding: 76px 0;
    }

    .section-heading {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 32px;
      margin-bottom: 34px;
    }

    .section-heading h2 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: clamp(44px, 5.8vw, 80px);
      font-weight: 600;
      line-height: 0.96;
      letter-spacing: -0.05em;
      max-width: 760px;
      margin-bottom: 0;
    }

    .section-heading p {
      max-width: 420px;
      color: var(--muted);
      line-height: 1.7;
      margin-bottom: 0;
    }

    .about-card {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 34px;
      background: rgba(255, 250, 245, 0.68);
      border: 1px solid rgba(255,255,255,0.72);
      border-radius: var(--radius-xl);
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .about-aside {
      border-radius: 28px;
      background: var(--ink);
      color: var(--paper);
      padding: 34px;
      min-height: 390px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      position: relative;
    }

    .about-aside::before {
      content: "";
      position: absolute;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(184, 95, 114, 0.18), transparent 70%);
      right: -90px;
      top: -90px;
    }

    .about-aside h3 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 46px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.04em;
      position: relative;
      z-index: 1;
    }

    .tag-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      position: relative;
      z-index: 1;
    }

    .tag {
      border: 1px solid rgba(255,255,255,0.24);
      border-radius: 999px;
      padding: 9px 12px;
      color: rgba(255,250,245,0.86);
      font-size: 13px;
      font-weight: 700;
    }

    .about-copy {
      padding: 8px 14px;
    }

    .about-copy p {
      color: var(--muted);
      font-size: 19px;
      line-height: 1.75;
      margin-bottom: 18px;
    }

    .signature {
      display: inline-block;
      margin-top: 8px;
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-style: italic;
      font-size: 36px;
      font-weight: 500;
      color: var(--accent);
      letter-spacing: -0.02em;
    }

    .marquee {
      margin: 34px 0 0;
      overflow: hidden;
      border-block: 1px solid var(--line);
      padding: 18px 0;
    }

    .marquee-track {
      display: flex;
      gap: 28px;
      white-space: nowrap;
      animation: move 26s linear infinite;
      color: var(--accent-dark);
      font-family: 'DM Sans', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 12px;
    }

    .marquee-track span::after { content: "✦"; margin-left: 28px; color: var(--accent); opacity: 0.7; }

    @keyframes move {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .portfolio-grid {
      display: block;
    }

    .project-card {
      position: relative;
      overflow: hidden;
      min-height: 520px;
      border-radius: var(--radius-xl);
      background: rgba(255, 250, 245, 0.72);
      border: 1px solid rgba(255,255,255,0.78);
      box-shadow: var(--shadow);
      padding: 24px;
      display: flex;
      justify-content: space-between;
    }

   
    .preview-ui {
      position: absolute;
      inset: 26px;
      border-radius: 20px;
      background: rgba(255, 250, 245, 0.86);
      box-shadow: 0 20px 60px rgba(86,56,45,0.14);
      padding: 18px;
    }

    .browser-dots { display: flex; gap: 6px; margin-bottom: 22px; }
    .browser-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--soft-2); display: block; }

    .mock-title {
      width: 62%;
      height: 18px;
      border-radius: 99px;
      background: var(--ink);
      opacity: 0.9;
      margin-bottom: 12px;
    }

    .mock-line { height: 9px; border-radius: 99px; background: rgba(109, 98, 90, 0.18); margin-bottom: 9px; }
    .mock-line.short { width: 70%; }
    .mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
    .mock-block { height: 90px; border-radius: 14px; background: rgba(139,94,74,0.16); }

    .social-preview {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      position: absolute;
      inset: 24px;
    }

    .post-tile {
      border-radius: 20px;
      background: rgba(255, 250, 245, 0.84);
      border: 1px solid rgba(255,255,255,0.78);
      padding: 14px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 110px;
    }

    .post-tile b { font-family: Georgia, serif; font-size: 28px; line-height: 0.95; letter-spacing: -0.07em; }
    .post-tile small { color: var(--muted); font-weight: 800; }

    .project-meta { padding-top: 22px; }
    .project-meta .number { color: var(--accent); font-weight: 900; margin-bottom: 10px; display: block; }
    .project-meta h3 { font-size: 28px; letter-spacing: -0.04em; margin-bottom: 10px; }
    .project-meta p { color: var(--muted); line-height: 1.65; margin-bottom: 18px; }

    .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
    .chip {
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 8px 10px;
      font-size: 12px;
      font-weight: 800;
      color: var(--accent-dark);
      background: rgba(255,255,255,0.38);
    }



    .project-image-collage,
    .project-image-grid {
      position: absolute;
      inset: 16px;
      display: grid;
      gap: 12px;
    }

    .project-image-collage {
      grid-template-columns: 1.35fr 0.9fr;
      grid-template-rows: repeat(2, 1fr);
    }

    .project-image-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 1fr;
    }

  
    .shot img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .shot--tall { grid-row: 1 / span 2; }

    .shot figcaption {
      position: absolute;
      left: 10px;
      bottom: 10px;
      background: rgba(30,27,24,0.72);
      color: #fffaf5;
      padding: 6px 10px;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.02em;
      backdrop-filter: blur(10px);
    }

    .static-gallery-wrap {
      margin-top: 22px;
      border-radius: var(--radius-xl);
      padding: 24px;
      background: rgba(255, 250, 245, 0.72);
      border: 1px solid rgba(255,255,255,0.78);
      box-shadow: var(--shadow);
    }

    .gallery-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      margin-bottom: 18px;
      flex-wrap: wrap;
    }

    .gallery-header h3 {
      margin: 0;
      font-size: 28px;
      letter-spacing: -0.04em;
    }

    .gallery-header p {
      margin: 0;
      color: var(--muted);
      max-width: 520px;
      line-height: 1.6;
    }

    .static-gallery {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px;
    }

    .static-card {
      border-radius: 22px;
      overflow: hidden;
      background: rgba(255,255,255,0.54);
      border: 1px solid rgba(255,255,255,0.82);
      box-shadow: 0 14px 28px rgba(86,56,45,0.10);
    }

    .static-card img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      display: block;
    }

    .static-card .label {
      padding: 12px 14px 14px;
      font-size: 13px;
      font-weight: 800;
      color: var(--accent-dark);
      background: rgba(255,250,245,0.82);
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .service-card {
      min-height: 265px;
      border-radius: 28px;
      padding: 24px;
      border: 1px solid rgba(255,255,255,0.72);
      background: rgba(255, 250, 245, 0.62);
      box-shadow: 0 16px 44px rgba(86,56,45,0.08);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: 0.22s ease;
    }

    .service-card:hover { transform: translateY(-6px); background: rgba(255, 250, 245, 0.84); }
    .service-card .icon { width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--paper); display: grid; place-items: center; font-weight: 900; }
    .service-card h3 { font-size: 21px; letter-spacing: -0.035em; margin-bottom: 8px; }
    .service-card p { color: var(--muted); line-height: 1.62; margin-bottom: 0; }

    .process {
      display: grid;
      grid-template-columns: 0.75fr 1.25fr;
      gap: 30px;
      align-items: start;
    }

    .process-sticky {
      position: sticky;
      top: 110px;
      border-radius: var(--radius-xl);
      background: var(--ink);
      color: var(--paper);
      padding: 34px;
      min-height: 430px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
    }

    .process-sticky h2 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-weight: 600;
      font-size: 58px;
      line-height: 0.96;
      letter-spacing: -0.07em;
      margin-bottom: 16px;
    }

    .process-sticky p { color: rgba(255, 250, 245, 0.72); line-height: 1.7; }

    .process-list { display: grid; gap: 14px; }

    .step {
      border-radius: 26px;
      padding: 26px;
      background: rgba(255, 250, 245, 0.68);
      border: 1px solid rgba(255,255,255,0.72);
      display: grid;
      grid-template-columns: 82px 1fr;
      gap: 22px;
      align-items: start;
    }

    .step-number {
      width: 66px;
      height: 66px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--soft), var(--soft-2));
      color: var(--accent-dark);
      font-weight: 700;
      font-size: 17px;
      box-shadow: 0 6px 20px rgba(184, 95, 114, 0.15);
      flex-shrink: 0;
    }

    .step h3 { font-size: 24px; margin-bottom: 8px; letter-spacing: -0.035em; }
    .step p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }

    .tools-wrap {
      background: rgba(255, 250, 245, 0.68);
      border: 1px solid rgba(255,255,255,0.72);
      border-radius: var(--radius-xl);
      padding: 34px;
      box-shadow: var(--shadow);
    }

    .tools-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 12px;
    }

    .tool {
      min-height: 120px;
      border-radius: 22px;
      border: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-align: center;
      color: var(--accent-dark);
      font-weight: 700;
      font-size: 13px;
      background: rgba(255,255,255,0.44);
      transition: 0.26s ease;
      padding: 18px 12px;
    }

    .tool-icon {
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      filter: drop-shadow(0 4px 10px rgba(0,0,0,0.15));
      transition: transform 0.26s ease;
    }

    .tool-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .tool-icon svg {
      width: 40px;
      height: 40px;
      filter: drop-shadow(0 4px 10px rgba(0,0,0,0.15));
    }

    .tool span {
      font-family: 'DM Sans', sans-serif;
      font-size: 12.5px;
      font-weight: 600;
      color: var(--ink);
      letter-spacing: 0.01em;
    }

    .tool:hover { transform: translateY(-5px); background: var(--paper); box-shadow: 0 12px 32px rgba(184, 95, 114, 0.12); }
    .tool:hover .tool-icon { transform: scale(1.1); }

    .contact {
      padding-bottom: 36px;
    }

    .contact-card {
      border-radius: 42px;
      background:
        radial-gradient(circle at 18% 10%, rgba(255,255,255,0.16), transparent 18rem),
        radial-gradient(circle at 80% 80%, rgba(184, 95, 114, 0.12), transparent 16rem),
        var(--ink);
      color: var(--paper);
      padding: clamp(34px, 7vw, 78px);
      position: relative;
      overflow: hidden;
    }

    .contact-card::after {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: rgba(255,255,255,0.06);
      right: -150px;
      bottom: -170px;
    }

    .contact-card h2 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: clamp(48px, 7.5vw, 96px);
      font-weight: 600;
      line-height: 0.94;
      letter-spacing: -0.05em;
      max-width: 850px;
      position: relative;
      z-index: 1;
    }

    .contact-card p {
      color: rgba(255, 250, 245, 0.72);
      font-size: 19px;
      line-height: 1.7;
      max-width: 660px;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
    }

    .contact-links {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }

    .contact .btn-secondary {
      border-color: rgba(255,255,255,0.36);
      color: var(--paper);
      background: rgba(255,255,255,0.08);
    }

    .contact .btn-primary {
      background: var(--paper);
      color: var(--ink);
      border-color: var(--paper);
    }

    footer {
      padding: 24px 0 44px;
      color: var(--muted);
      font-size: 14px;
      text-align: center;
    }

    /* ── Girl Theme Enhancements ──────────────────────── */

    /* Softer project cards */
    .project-card {
      background: rgba(255, 251, 252, 0.78) ;
      box-shadow: 0 20px 60px rgba(184, 95, 114, 0.10) ;
      transition: transform 0.28s ease, box-shadow 0.28s ease;
    }
    .project-card:hover { transform: translateY(-6px); box-shadow: 0 28px 80px rgba(184, 95, 114, 0.16) ; }

    /* Rose-tinted gallery cards */
    .static-card:hover { transform: translateY(-4px); }

    /* Softer chip styling */
    .chip {
      background: rgba(255, 240, 243, 0.6) ;
      border-color: rgba(184, 95, 114, 0.18) ;
      color: var(--accent-dark) ;
    }

    /* Lead text softer */
    .lead { font-size: clamp(17px, 1.9vw, 21px); color: var(--muted); }

    /* Stat cards */
    .stat-card {
      background: rgba(255, 248, 250, 0.65) ;
      border-color: rgba(184, 95, 114, 0.12) ;
    }
    .stat-card strong { color: var(--accent-dark); }

    /* Service cards */
    .service-card {
      background: rgba(255, 251, 252, 0.70) ;
      border-color: rgba(255,255,255,0.82) ;
    }
    .service-card .icon {
      background: var(--ink) ;
    }

    /* Tools enhanced */
    .tool {
      background: rgba(255, 250, 251, 0.45) ;
      border-color: rgba(184, 95, 114, 0.14) ;
      color: var(--accent-dark) ;
    }
    .tool:hover { background: var(--paper) ; }

    /* Process steps */
    .step {
      background: rgba(255, 251, 252, 0.76) ;
      border-color: rgba(255,255,255,0.8) ;
    }

    /* Gallery section wrapper */
    .static-gallery-wrap, .tools-wrap, .about-card {
      background: rgba(255, 251, 252, 0.72) ;
    }

    /* Footer */
    footer { font-family: 'DM Sans', sans-serif; }

    /* Brand mark rose */
    .brand-mark {
      background: var(--accent) ;
    }

    @media (max-width: 980px) {
      .nav-links { display: none; }
      .hero-grid, .about-card, .process { grid-template-columns: 1fr; }
      .portrait-card { min-height: 570px; }
      .section-heading { align-items: start; flex-direction: column; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .tools-grid { grid-template-columns: repeat(3, 1fr); }
      .process-sticky { position: relative; top: auto; }
    }

    @media (max-width: 720px) {
      .container, .nav { width: min(100% - 28px, var(--max)); }
      .hero { padding-top: 56px; }
      .hero h1 { font-size: clamp(54px, 17vw, 76px); }
      .stats, .portfolio-grid, .services-grid, .tools-grid, .static-gallery { grid-template-columns: 1fr; }
      .portrait-card { min-height: 490px; }
      .float-note { display: none; }
      .static-gallery { grid-template-columns: 1fr; }
      .about-aside, .contact-card { border-radius: 28px; }
      .project-card { min-height: auto; }
      .social-preview { grid-template-columns: 1fr; }
      .project-image-collage, .project-image-grid { position: static; inset: auto; }
      .project-image-collage, .project-image-grid { grid-template-columns: 1fr; grid-template-rows: none; }
      .shot--tall { grid-row: auto; }
      .step { grid-template-columns: 1fr; }
      .hero-actions .btn, .contact-links .btn { width: 100%; }
    }

    @media print {
      .nav, .noise { display: none; }
      body { background: white; }
      .section { break-inside: avoid; }
    }
    /* ═══════════════════════════════════════════
       SECTION HEADING ENHANCEMENTS
    ═══════════════════════════════════════════ */
    .section-heading {
      position: relative;
    }
    .section-heading::after {
      content: '';
      display: block;
      width: 48px;
      height: 2px;
      background: linear-gradient(90deg, var(--accent), transparent);
      margin-top: 18px;
      border-radius: 2px;
    }

    /* ═══════════════════════════════════════════
       PROJECT CARD — Enhanced Preview
    ═══════════════════════════════════════════ */
    .project-preview {
          width: 100%;
      min-height: 340px;
      border-radius: 22px;
      background: linear-gradient(145deg, #F2D5DA 0%, #EFC8C8 50%, #E8D0D8 100%);
      overflow: hidden;
      position: relative;
    }

    /* 6-image grid: better layout */
    .project-image-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 1fr;
      gap: 16px;
      padding: 18px;
      inset: 0;
    }


    /* PDF click overlay on each image */
    .project-image-grid .shot::after {
      content: '⊕ PDF';
      position: absolute;
      inset: 0;
      background: rgba(26, 21, 24, 0);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.06em;
      font-family: 'DM Sans', sans-serif;
      border-radius: 14px;
      transition: background 0.25s;
      pointer-events: none;
    }

    .project-image-grid .shot:hover::after {
      background: rgba(184, 95, 114, 0.72);
    }

    /* Collage section (the large scattered images) */
    .project-image-collage {
      gap: 12px ;
      padding: 18px ;
      inset: 0 ;
    }

    .project-image-collage .shot {
      border-radius: 16px ;
      cursor: pointer;
      overflow: hidden;
      transition: transform 0.32s cubic-bezier(0.4,0,0.2,1),
                  box-shadow 0.32s ease;
      border: 2px solid rgba(255,255,255,0.65) ;
      box-shadow: 0 8px 28px rgba(184, 95, 114, 0.12) ;
    }

    .project-image-collage .shot:hover {
      transform: scale(1.04) translateY(-4px);
      box-shadow: 0 20px 56px rgba(184, 95, 114, 0.24) ;
      z-index: 3;
    }

    .project-image-collage .shot::after {
      content: '↗';
      position: absolute;
      bottom: 10px;
      right: 12px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: rgba(255,255,255,0);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 15px;
      font-weight: 700;
      transition: background 0.25s, transform 0.25s;
      pointer-events: none;
    }

    .project-image-collage .shot:hover::after {
      background: rgba(184, 95, 114, 0.85);
      transform: scale(1);
    }

    /* Figcaption polish */
    .shot figcaption {
      background: rgba(26, 21, 24, 0.78) ;
      color: rgba(255, 251, 252, 0.95) ;
      padding: 5px 12px ;
      font-size: 10.5px ;
      letter-spacing: 0.05em ;
      font-family: 'DM Sans', sans-serif ;
      backdrop-filter: blur(8px);
      border-radius: 999px ;
      bottom: 10px ;
      left: 10px ;
    }

    /* Project meta section */
    .project-meta {
      background: rgba(255, 251, 252, 0.82);
      border-top: 1px solid rgba(184, 95, 114, 0.1);
      padding: 22px ;
    }

    .project-meta .number {
      font-family: 'DM Sans', sans-serif ;
      font-size: 11px ;
      letter-spacing: 0.14em ;
      font-weight: 600 ;
    }

    .project-meta h3 {
      font-family: 'Cormorant Garamond', Georgia, serif ;
      font-size: 32px ;
      font-weight: 600 ;
      letter-spacing: -0.03em ;
      color: var(--ink) ;
      margin-bottom: 8px ;
    }

    .project-meta p {
      font-size: 14px ;
      line-height: 1.7 ;
      color: var(--muted) ;
    }

    /* Static gallery enhancements */
    .static-gallery-wrap {
      background: rgba(255, 251, 252, 0.82) ;
      box-shadow: 0 20px 60px rgba(184, 95, 114, 0.08) ;
    }

    .gallery-header h3 {
      font-family: 'Cormorant Garamond', Georgia, serif ;
      font-size: 32px ;
      font-weight: 600 ;
      letter-spacing: -0.04em ;
    }

    .static-card {
      overflow: hidden;
      position: relative;
      transition: transform 0.28s cubic-bezier(0.4,0,0.2,1),
                  box-shadow 0.28s ease;
      margin: 0;
    }

    .static-card:hover {
      transform: translateY(-6px) scale(1.01);
      box-shadow: 0 20px 48px rgba(184, 95, 114, 0.18) ;
    }

    .static-card::after {
      content: '↗';
      position: absolute;
      top: 10px;
      right: 12px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(255,255,255,0.85);
      color: var(--accent-dark);
      font-size: 14px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transform: scale(0.6);
      transition: opacity 0.25s, transform 0.25s;
      pointer-events: none;
      box-shadow: 0 4px 12px rgba(184, 95, 114, 0.2);
    }

    .static-card:hover::after {
      opacity: 1;
      transform: scale(1);
    }

    .static-card .label {
      font-family: 'DM Sans', sans-serif ;
      font-size: 12px ;
      font-weight: 600 ;
      letter-spacing: 0.02em ;
      color: var(--accent-dark) ;
      background: rgba(255, 249, 250, 0.95) ;
    }

    /* ═══════════════════════════════════════════
       PDF MODAL STYLES
    ═══════════════════════════════════════════ */
    .pdf-modal {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .pdf-modal.open {
      display: flex;
    }

    .pdf-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(26, 21, 24, 0.75);
      backdrop-filter: blur(10px);
      cursor: pointer;
    }

    .pdf-modal__box {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 860px;
      height: min(90vh, 700px);
      background: var(--paper);
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 40px 120px rgba(26, 21, 24, 0.4),
                  0 0 0 1px rgba(255,255,255,0.15);
      display: flex;
      flex-direction: column;
      animation: modalIn 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    @keyframes modalIn {
      from { opacity: 0; transform: scale(0.9) translateY(20px); }
      to   { opacity: 1; transform: scale(1) translateY(0); }
    }

    .pdf-modal__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 24px;
      border-bottom: 1px solid rgba(184, 95, 114, 0.1);
      background: rgba(255, 251, 252, 0.95);
      flex-shrink: 0;
    }

    .pdf-modal__title {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 18px;
      font-weight: 600;
      color: var(--ink);
      letter-spacing: -0.03em;
    }

    .pdf-modal__actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .pdf-modal__close {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1.5px solid rgba(184, 95, 114, 0.25);
      background: rgba(242, 213, 218, 0.4);
      color: var(--ink);
      font-size: 16px;
      cursor: pointer;
      display: grid;
      place-items: center;
      transition: background 0.2s, transform 0.2s;
      flex-shrink: 0;
    }

    .pdf-modal__close:hover {
      background: var(--accent);
      color: white;
      border-color: var(--accent);
      transform: scale(1.08);
    }

    .pdf-modal__download {
      padding: 8px 18px;
      border-radius: 999px;
      background: var(--ink);
      color: white;
      font-size: 12.5px;
      font-weight: 600;
      border: none;
      cursor: pointer;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: background 0.2s, transform 0.2s;
    }

    .pdf-modal__download:hover {
      background: var(--accent);
      transform: translateY(-1px);
    }

    .pdf-modal__frame {
      flex: 1;
      width: 100%;
      border: none;
      display: block;
    }

    .pdf-modal__placeholder {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 16px;
      padding: 40px;
      text-align: center;
    }

    .pdf-modal__placeholder-icon {
      width: 72px;
      height: 72px;
      border-radius: 20px;
      background: linear-gradient(135deg, var(--soft), var(--soft-2));
      display: grid;
      place-items: center;
      font-size: 28px;
    }

    .pdf-modal__placeholder h3 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 24px;
      font-weight: 600;
      color: var(--ink);
      margin: 0;
    }

    .pdf-modal__placeholder p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
      max-width: 360px;
      margin: 0;
    }

    /* ═══════════════════════════════════════════════════════
       SECTION DRAMATIC OVERHAUL — Selected Work + Gallery
    ═══════════════════════════════════════════════════════ */

    /* Section heading — bigger, bolder, more editorial */
    .section-heading h2 {
      font-family: 'Cormorant Garamond', Georgia, serif ;
      font-size: clamp(52px, 7vw, 96px) ;
      font-weight: 600 ;
      letter-spacing: -0.055em ;
      line-height: 0.92 ;
    }

    /* ── PROJECT PREVIEW: dark cinematic background ── */
   
    /* ── 6-image grid: clean spacing, visible borders ── */
  

    .project-image-grid .shot {
      border-radius: 12px;
      border: 1.5px solid rgba(255,255,255,0.15);
      box-shadow: 0 2px 16px rgba(0,0,0,0.4);
      cursor: pointer;
      transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
      overflow: hidden;
      margin: 0;
      position: relative;
    }

    .project-image-grid .shot img {
      width: 100% ;
      height: 100% ;
      object-fit: cover ;
      display: block ;
    }

    /* Always-visible "PDF" badge on each image */
    .project-image-grid .shot::before {
      content: 'PDF ↗';
      position: absolute;
      top: 7px;
      right: 7px;
      background: rgba(184, 95, 114, 0.9);
      color: white;
      font-size: 9px;
      font-weight: 700;
      font-family: 'DM Sans', sans-serif;
      letter-spacing: 0.08em;
      padding: 4px 9px;
      border-radius: 999px;
      z-index: 3;
      pointer-events: none;
      backdrop-filter: blur(4px);
    }

    /* Override the ::after hover overlay */
    .project-image-grid .shot::after {
      content: '' ;
      background: rgba(184, 95, 114, 0) ;
      inset: 0 ;
      position: absolute ;
      border-radius: 12px ;
      transition: background 0.25s ;
      pointer-events: none ;
    }

    .project-image-grid .shot:hover {
      border-color: rgba(184, 95, 114, 0.7) ;
      box-shadow: 0 8px 28px rgba(184, 95, 114, 0.4) ;
      transform: scale(1.06) ;
      z-index: 2 ;
    }

    .project-image-grid .shot:hover::after {
      background: rgba(184, 95, 114, 0.35) ;
    }

    /* figcaption hide on dark bg — use ::before badge instead */
    .project-image-grid .shot figcaption {
      display: none ;
    }

    /* ── PROJECT META: cleaner styling ── */
    .project-meta {
      padding: 24px 24px 20px ;
      background: transparent ;
      border-top: 1px solid rgba(184, 95, 114, 0.12) ;
    }

    .project-meta .number {
      font-family: 'DM Sans', monospace ;
      font-size: 10px ;
      font-weight: 700 ;
      letter-spacing: 0.2em ;
      color: var(--accent) ;
      margin-bottom: 8px ;
    }

    .project-meta h3 {
      font-family: 'Cormorant Garamond', Georgia, serif ;
      font-size: 34px ;
      font-weight: 600 ;
      letter-spacing: -0.04em ;
      line-height: 1 ;
      margin-bottom: 10px ;
      color: var(--ink) ;
    }

    .project-meta p {
      font-size: 14px ;
      line-height: 1.72 ;
      color: var(--muted) ;
      margin-bottom: 16px ;
    }

    /* ── CHIPS ── */
    .chip {
      padding: 6px 12px ;
      font-size: 11.5px ;
      font-weight: 600 ;
      background: rgba(242, 213, 218, 0.55) ;
      border-color: rgba(184, 95, 114, 0.22) ;
      color: var(--accent-dark) ;
      border-radius: 999px ;
    }

    /* ── PROJECT CARD: elevated look ── */
 

    /* ── COLLAGE SHOTS (large scattered images): visible polish ── */
    .project-image-collage .shot {
      border-radius: 18px ;
      overflow: hidden ;
      cursor: pointer ;
      border: 2px solid rgba(255,255,255,0.6) ;
      box-shadow: 0 12px 36px rgba(0,0,0,0.14) ;
      transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease ;
      position: relative ;
    }

    .project-image-collage .shot:hover {
      transform: scale(1.03) translateY(-4px) ;
      box-shadow: 0 24px 64px rgba(184, 95, 114, 0.25) ;
      border-color: rgba(184, 95, 114, 0.5) ;
      z-index: 3 ;
    }

    .project-image-collage .shot figcaption {
      background: rgba(26, 21, 24, 0.82) ;
      backdrop-filter: blur(8px) ;
      border-radius: 999px ;
      padding: 5px 13px ;
      font-size: 10.5px ;
      font-family: 'DM Sans', sans-serif ;
      letter-spacing: 0.04em ;
      font-weight: 600 ;
    }

    /* ── STATIC GALLERY: elevated, visible hover ── */
    .static-gallery-wrap {
      background: rgba(255, 248, 250, 0.88) ;
      border: 1px solid rgba(255,255,255,0.9) ;
      box-shadow: 0 16px 56px rgba(184, 95, 114, 0.10) ;
    }

    .gallery-header h3 {
      font-family: 'Cormorant Garamond', Georgia, serif ;
      font-size: 30px ;
      font-weight: 600 ;
      letter-spacing: -0.04em ;
    }


    .static-card:hover {
      transform: translateY(-6px) ;
      box-shadow: 0 18px 48px rgba(184, 95, 114, 0.2) ;
    }

    .static-card .label {
      font-size: 12px ;
      font-weight: 600 ;
      font-family: 'DM Sans', sans-serif ;
      color: var(--accent-dark) ;
      background: rgba(255, 248, 250, 0.96) ;
      padding: 10px 14px 12px ;
      letter-spacing: 0.02em ;
    }

    /* ── WORK SECTION WRAPPER ── */
    #work {
      background: rgba(247, 237, 238, 0.5) ;
    }