/* ===== MAGAZINE / EDITORIAL — ApparelPatternMaker.com v2 ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;700&display=swap');

:root {
  --ink: #1a1108;
  --rose: #c4866a;
  --rose-pale: #f5ece6;
  --muted: #7a6a60;
  --line: #e2d5cc;
  --white: #fff;
  --cream: #faf6f2;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* HEADER */
.header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 48px;
  border-bottom: 1px solid var(--line);
}
.header-loc { font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.header-brand { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; letter-spacing: .01em; text-align: center; }
.header-phone { font-size: 13px; font-weight: 700; color: var(--rose); text-align: right; }
.header-nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  padding: 14px 48px;
}
.header-nav a { font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); transition: color .2s; }
.header-nav a:hover { color: var(--ink); }

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
}
.hero-image { overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; min-height: 90vh; }
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
  background: var(--white);
  border-left: 1px solid var(--line);
}
.issue {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rose);
  margin: 0 0 28px;
}
.hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(52px, 7vw, 110px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.02em;
  margin: 0 0 32px;
  color: var(--ink);
}
.hero-sub {
  font-size: 17px;
  color: var(--muted);
  margin: 0 0 32px;
  max-width: 440px;
  line-height: 1.7;
}
.hero-rule { width: 60px; height: 2px; background: var(--rose); margin: 0 0 32px; }
.hero-cta {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2px solid var(--rose);
  padding-bottom: 4px;
  width: fit-content;
  transition: color .2s;
}
.hero-cta:hover { color: var(--rose); }

/* INTRO BAND */
.intro-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 20px 48px;
  background: var(--ink);
  color: var(--rose-pale);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.dot { color: var(--rose); }

/* SECTION TAG */
.section-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rose);
  margin: 0 0 16px;
}

/* SERVICES */
.services {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  padding: 96px 48px;
  background: var(--cream);
  border-top: 1px solid var(--line);
}
.services-label { padding-right: 48px; border-right: 1px solid var(--line); }
.services-label h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: sticky;
  top: 120px;
}
.services-body { padding-left: 56px; }
.svc-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.svc-row:first-child { padding-top: 0; }
.svc-n {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  color: var(--rose);
  line-height: 1.2;
}
.svc-row h3 { margin: 0 0 12px; font-size: 18px; font-weight: 700; }
.svc-row p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* ABOUT */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  background: var(--white);
  border-top: 1px solid var(--line);
}
.about-image { overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; min-height: 500px; filter: sepia(15%); }
.about-copy {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-copy h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 24px;
}
.about-copy p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0 0 18px; }
.about-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2px solid var(--rose);
  padding-bottom: 3px;
  width: fit-content;
  margin-top: 12px;
}

/* PROCESS */
.process {
  padding: 96px 48px;
  background: var(--rose-pale);
  border-top: 1px solid var(--line);
}
.process-head { margin-bottom: 56px; }
.process-head h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.process-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-left: 1px solid var(--line);
}
.process-step {
  padding: 0 36px 0 0;
  border-right: 1px solid var(--line);
}
.step-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 16px;
  padding-left: 24px;
}
.process-step h3 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin: 0 0 14px; padding-left: 24px; }
.process-step p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; padding-left: 24px; }

/* DELIVERABLES */
.deliverables {
  padding: 96px 48px;
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid #2a1f18;
}
.deliverables .section-tag { color: var(--rose); }
.deliverables h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 48px;
}
.del-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-left: 1px solid rgba(255,255,255,.1);
}
.del-list li {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #d4c4bb;
}

/* CONTACT */
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 96px 48px;
  background: var(--white);
  border-top: 1px solid var(--line);
  align-items: center;
}
.contact-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
}
.contact-left p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0 0 12px; max-width: 500px; }
.contact-loc { font-size: 12px !important; color: var(--rose) !important; letter-spacing: .08em; }
.contact-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  padding-left: 64px;
  border-left: 1px solid var(--line);
}
.contact-phone {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 700;
  color: var(--ink);
  text-align: right;
}
.contact-email {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
}

/* FOOTER */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 48px;
  background: var(--cream);
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .header-top { grid-template-columns: 1fr; gap: 8px; padding: 16px 20px; }
  .header-brand { text-align: left; }
  .header-phone { text-align: left; }
  .header-nav { padding: 12px 20px; gap: 20px; flex-wrap: wrap; justify-content: flex-start; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image img { min-height: 320px; height: 320px; }
  .hero-text { padding: 48px 20px; }
  .intro-band { padding: 16px 20px; }
  .services { grid-template-columns: 1fr; padding: 56px 20px; }
  .services-label { border-right: none; border-bottom: 1px solid var(--line); padding: 0 0 24px; }
  .services-label h2 { position: static; }
  .services-body { padding-left: 0; padding-top: 32px; }
  .about { grid-template-columns: 1fr; }
  .about-image img { min-height: 280px; height: 280px; }
  .about-copy { padding: 48px 20px; }
  .process { padding: 56px 20px; }
  .process-cols { grid-template-columns: 1fr; border-left: none; gap: 32px; }
  .process-step { border-right: none; border-bottom: 1px solid var(--line); padding: 0 0 32px; }
  .step-label, .process-step h3, .process-step p { padding-left: 0; }
  .deliverables { padding: 56px 20px; }
  .del-list { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; padding: 56px 20px; }
  .contact-right { align-items: flex-start; padding-left: 0; border-left: none; border-top: 1px solid var(--line); padding-top: 32px; margin-top: 32px; }
  .footer { padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 6px; }
}
