/* ===== LUXURY MINIMALIST — GarmentPatternMaker.com v2 ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --ink: #161210;
  --white: #ffffff;
  --cream: #f9f7f4;
  --warm: #f3ede6;
  --navy: #1a1f2e;
  --muted: #7a7068;
  --line: #e8e0d6;
  --accent: #8b1a1a;
}

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

/* HEADER */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 64px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}
.brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .06em;
}
.header nav {
  display: flex;
  gap: 36px;
}
.header nav a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color .2s;
}
.header nav a:hover { color: var(--ink); }
.hphone {
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: .04em;
}

/* HERO */
.hero {
  padding: 120px 64px 80px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 56px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-div { color: var(--line); }
.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(72px, 12vw, 160px);
  font-weight: 300;
  line-height: .88;
  letter-spacing: -.01em;
  margin: 0 0 48px;
  color: var(--ink);
}
.hero-h1 em {
  font-style: italic;
  color: var(--accent);
}
.hero-sub {
  font-size: 16px;
  font-weight: 300;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.8;
  margin: 0 0 48px;
  text-align: center;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 72px;
}
.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 40px;
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: background .2s;
}
.cta-primary:hover { background: var(--accent); }
.cta-secondary {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}
.hero-fig {
  margin: 0;
  width: 100%;
  max-width: 1100px;
}
.hero-fig img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  object-position: center 30%;
}

/* DIVIDER BAND */
.divider-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 64px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

/* TAG */
.tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 20px;
}

/* SERVICES */
.services {
  padding: 112px 64px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.section-hd {
  text-align: center;
  margin-bottom: 80px;
}
.section-hd h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
}
.svc-pairs {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.svc-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.svc-pair:last-child { border-bottom: 1px solid var(--line); }
.svc {
  padding: 48px 56px;
  border-right: 1px solid var(--line);
}
.svc:last-child { border-right: none; }
.svc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
  margin: 0 0 16px;
}
.svc h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 1.2;
}
.svc p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.8;
}

/* ABOUT */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.about-fig { overflow: hidden; }
.about-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 560px;
  filter: sepia(8%);
}
.about-copy {
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  color: var(--ink);
  border-left: 2px solid var(--accent);
  padding-left: 28px;
  margin: 0 0 36px;
}
.about-copy p {
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.85;
  margin: 0 0 18px;
}

/* PROCESS */
.process {
  padding: 112px 64px;
  background: var(--warm);
  border-bottom: 1px solid var(--line);
}
.process-hd { margin-bottom: 72px; }
.process-hd h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  max-width: 700px;
}
.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 48px;
  align-items: start;
  padding: 40px 0;
  border-top: 1px solid var(--line);
}
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.proc-roman {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
  line-height: 1;
  padding-top: 6px;
}
.process-list h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.2;
}
.process-list p {
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

/* OUTPUTS */
.outputs {
  padding: 112px 64px;
  background: var(--navy);
  color: var(--white);
  border-bottom: 1px solid #0a0f1a;
}
.outputs .tag { color: #c8a898; }
.outputs h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 64px;
}
.outputs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-left: 1px solid rgba(255,255,255,.1);
}
.out-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 28px;
  border-right: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.out-line {
  display: block;
  width: 32px;
  height: 1px;
  background: var(--accent);
}
.out-item span:last-child {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .04em;
  color: #c8c0b8;
}

/* CONTACT */
.contact {
  padding: 112px 64px;
  background: var(--white);
  border-top: 1px solid var(--line);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-top { margin-bottom: 20px; }
.contact-top h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}
.contact-sub {
  font-size: 15px;
  font-weight: 300;
  color: var(--muted);
  max-width: 600px;
  line-height: 1.85;
  margin: 0 0 56px;
}
.contact-details {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-phone {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 300;
  color: var(--ink);
  letter-spacing: .02em;
}
.contact-phone:hover { color: var(--accent); }
.contact-sep {
  display: block;
  width: 1px;
  height: 48px;
  background: var(--line);
}
.contact-email {
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: .06em;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}
.contact-email:hover { color: var(--accent); border-color: var(--accent); }

/* FOOTER */
.footer {
  padding: 24px 64px;
  background: var(--cream);
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: .1em;
  text-align: center;
}
.footer p { margin: 0; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .header { padding: 18px 20px; flex-direction: column; align-items: flex-start; position: relative; gap: 12px; }
  .header nav { gap: 20px; flex-wrap: wrap; }
  .hero { padding: 72px 20px 48px; }
  .hero-eyebrow { flex-direction: column; gap: 8px; }
  .hero-h1 { font-size: 72px; }
  .hero-fig img { aspect-ratio: 4/3; }
  .divider-band { padding: 14px 20px; flex-direction: column; gap: 8px; }
  .services { padding: 64px 20px; }
  .svc-pair { grid-template-columns: 1fr; }
  .svc { border-right: none; border-bottom: 1px solid var(--line); padding: 36px 0; }
  .svc:last-child { border-bottom: none; }
  .about { grid-template-columns: 1fr; }
  .about-fig img { min-height: 280px; height: 280px; }
  .about-copy { padding: 48px 20px; }
  .process { padding: 64px 20px; }
  .process-list li { grid-template-columns: 56px 1fr; gap: 24px; }
  .outputs { padding: 64px 20px; }
  .outputs-grid { grid-template-columns: 1fr 1fr; }
  .contact { padding: 64px 20px; }
  .contact-details { flex-direction: column; gap: 24px; }
  .contact-sep { width: 48px; height: 1px; }
  .footer { padding: 18px 20px; }
}
