  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  
  :root {
    --ivory: #F8F4EE;
    --ivory-dark: #EFE9DF;
    --mauve: #C4998A;
    --mauve-dark: #A07868;
    --sage: #8A9E8C;
    --charcoal: #2E2E2E;
    --charcoal-light: #5a5a5a;
    --white: #FFFFFF;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--ivory);
    color: var(--charcoal);
    font-weight: 300;
  }

  /* ── COVER PAGE ── */
  .cover {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--ivory);
    position: relative;
    overflow: hidden;
  }

  .cover-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px 80px 80px;
    position: relative;
    z-index: 2;
  }

  .cover-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 24px;
  }

  .cover-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(72px, 9vw, 120px);
    font-weight: 300;
    line-height: 0.95;
    color: var(--charcoal);
    margin-bottom: 28px;
    letter-spacing: -0.02em;
  }

  .cover-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(18px, 2vw, 24px);
    font-style: italic;
    font-weight: 300;
    color: var(--mauve-dark);
    line-height: 1.5;
    max-width: 400px;
    margin-bottom: 48px;
    border-left: 2px solid var(--mauve);
    padding-left: 20px;
  }

  .cover-niches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 48px;
  }

  .niche-tag {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 1px solid var(--mauve);
    color: var(--mauve-dark);
    font-weight: 400;
  }

  .cover-contact {
    font-size: 13px;
    color: var(--charcoal-light);
    letter-spacing: 0.05em;
  }

  .cover-contact a {
    color: var(--mauve-dark);
    text-decoration: none;
    font-weight: 500;
  }

  .cover-right {
    position: relative;
    overflow: hidden;
  }

  .cover-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .cover-right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--ivory) 0%, transparent 20%);
  }

  .accent-line {
    width: 60px;
    height: 1px;
    background: var(--mauve);
    margin-bottom: 24px;
  }

  /* ── SECTION SHARED ── */
  .section {
    padding: 100px 80px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-label {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--sage);
    font-weight: 500;
    margin-bottom: 16px;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 300;
    line-height: 1.15;
    color: var(--charcoal);
    margin-bottom: 48px;
  }

  /* ── ABOUT ── */
  .about-wrap {
    background: var(--white);
  }

  .about-inner {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: center;
    padding: 100px 80px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .about-img-wrap {
    position: relative;
  }

  .about-img-wrap img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: top;
  }

  .about-img-wrap::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    right: 16px;
    bottom: 16px;
    border: 1px solid var(--mauve);
    z-index: 0;
  }

  .about-img-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: top;
  }

  .about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--charcoal-light);
    margin-bottom: 20px;
    font-weight: 300;
  }

  .about-text p strong {
    color: var(--charcoal);
    font-weight: 500;
  }

  .about-badge {
    display: inline-block;
    background: var(--mauve);
    color: var(--white);
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 16px;
    font-weight: 500;
  }

  /* ── CONTENT SAMPLES ── */
  .samples-wrap {
    background: var(--ivory-dark);
  }

  .samples-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 16px;
  }

  .sample-card {
    background: transparent;
    overflow: hidden;
  }

  .phone-mockup {
    position: relative;
    margin: 24px auto;
    width: 85%;
    max-width: 320px;
    aspect-ratio: 365 / 750;
    background: url('images/apple-iphone-17-pro-max-2025-medium.png') no-repeat center;
    background-size: contain;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  }

  .phone-screen {
    position: absolute;
    top: 8%;
    left: 7.5%;
    width: 85%;
    height: 84%;
    border-radius: 28px;
    overflow: hidden;
    background: #000;
  }

  .phone-screen video,
  .phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .phone-screen iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }

  .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 114%;
    height: 114%;
    transform: translate(-50%, -50%);
    border: none;
    display: block;
  }

  .play-overlay {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s;
  }

  .play-overlay:hover {
    background: rgba(255, 255, 255, 1);
  }

  .mute-toggle {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: background 0.2s;
    color: #fff;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
  }

  .mute-toggle:hover,
  .mute-toggle:active {
    background: rgba(0, 0, 0, 0.75);
  }

  .sample-label {
    padding: 16px 20px 24px;
    text-align: center;
  }

  .sample-label .type {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    font-weight: 500;
    margin-bottom: 6px;
  }

  .sample-label .title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--charcoal);
  }

  /* ── SERVICES ── */
  .services-wrap {
    background: var(--charcoal);
  }

  .services-inner {
    padding: 100px 80px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .services-inner .section-label { color: var(--mauve); }
  .services-inner .section-title { color: var(--ivory); }

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

  .service-col h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--mauve);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(196,153,138,0.3);
  }

  .service-col ul {
    list-style: none;
  }

  .service-col ul li {
    font-size: 14px;
    font-weight: 300;
    color: rgba(248,244,238,0.8);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.5;
  }

  .service-col ul li::before {
    content: '—';
    color: var(--mauve);
    flex-shrink: 0;
  }

  /* ── CONTACT ── */
  .contact-wrap {
    background: var(--ivory);
  }

  .contact-inner {
    padding: 100px 80px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .contact-text .section-title {
    margin-bottom: 24px;
  }

  .contact-text p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--charcoal-light);
    margin-bottom: 40px;
  }

  .contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--mauve);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--mauve-dark);
    font-size: 14px;
  }

  .contact-item-text {
    font-size: 13px;
    color: var(--charcoal-light);
    letter-spacing: 0.03em;
  }

  .contact-item-text strong {
    display: block;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--sage);
    font-weight: 500;
    margin-bottom: 4px;
  }

  .contact-item-text a {
    color: var(--charcoal);
    text-decoration: none;
    font-weight: 400;
  }

  .contact-img {
    position: relative;
  }

  .contact-img img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center top;
  }

  .contact-img::after {
    content: 'Currently accepting brand partnerships';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: var(--mauve);
    color: var(--white);
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px;
    font-weight: 500;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--charcoal);
    padding: 32px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer span {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.05em;
  }

  footer .footer-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--mauve);
    font-weight: 300;
  }

  footer .footer-name a {
    color: inherit;
    text-decoration: none;
  }

  @media (max-width: 768px) {
    .cover { grid-template-columns: 1fr; }
    .cover-right { height: 50vh; }
    .about-inner, .contact-inner { grid-template-columns: 1fr; padding: 60px 32px; }
    .section { padding: 60px 32px; }
    .services-inner { padding: 60px 32px; }
    .samples-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .cover-left { padding: 60px 32px; }
    footer { padding: 24px 32px; flex-direction: column; gap: 8px; text-align: center; }
  }
