/*
Theme Name: Paperrocket Studio
Theme URI: https://paperrocketstudio.com
Author: Paperrocket Studio
Description: Bespoke illustration & surface pattern design studio theme. Built from the Paperrocket Studio v2.3 static design and optimized against the holistic performance/SEO audit checklist in "performance analyser" (resource hints, lazy-loaded/responsive WebP images, deferred JS, semantic landmarks, single CSS file, JSON-LD, no unsized images).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: paperrocket
*/

:root {
  --cream: #F7F2EA;
  --warm-white: #FDF9F3;
  --terracotta: #C4694A;
  --terracotta-light: #E8907A;
  --terracotta-pale: #F2DDD7;
  --deep-brown: #2C1A0E;
  --warm-brown: #6B4226;
  --sage: #8A9E7E;
  --gold: #C9A96E;
  --ink: #1C1410;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-weight: 300; overflow-x: hidden; cursor: none; }

/* Rocket cursor + orbital ring + fuel-trail */
.cursor {
  width: 28px; height: 28px;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  background-color: var(--deep-brown);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23000' fill-rule='evenodd' d='m511.658 51.675c2.496-11.619-8.895-21.416-20.007-17.176l-482 184c-5.801 2.215-9.638 7.775-9.65 13.984-.012 6.21 3.803 11.785 9.596 14.022l135.403 52.295v164.713c0 6.948 4.771 12.986 11.531 14.593 6.715 1.597 13.717-1.598 16.865-7.843l56.001-111.128 136.664 101.423c8.313 6.17 20.262 2.246 23.287-7.669 127.599-418.357 122.083-400.163 122.31-401.214zm-118.981 52.718-234.803 167.219-101.028-39.018zm-217.677 191.852 204.668-145.757c-176.114 185.79-166.916 176.011-167.684 177.045-1.141 1.535 1.985-4.448-36.984 72.882zm191.858 127.546-120.296-89.276 217.511-229.462z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23000' fill-rule='evenodd' d='m511.658 51.675c2.496-11.619-8.895-21.416-20.007-17.176l-482 184c-5.801 2.215-9.638 7.775-9.65 13.984-.012 6.21 3.803 11.785 9.596 14.022l135.403 52.295v164.713c0 6.948 4.771 12.986 11.531 14.593 6.715 1.597 13.717-1.598 16.865-7.843l56.001-111.128 136.664 101.423c8.313 6.17 20.262 2.246 23.287-7.669 127.599-418.357 122.083-400.163 122.31-401.214zm-118.981 52.718-234.803 167.219-101.028-39.018zm-217.677 191.852 204.668-145.757c-176.114 185.79-166.916 176.011-167.684 177.045-1.141 1.535 1.985-4.448-36.984 72.882zm191.858 127.546-120.296-89.276 217.511-229.462z'/></svg>") center/contain no-repeat;
  transition: background-color .18s ease;
  will-change: transform, background-color;
}
.cursor.on-dark { background-color: var(--cream); }
.cursor.hot { width: 38px; height: 38px; }
.cursor-ring {
  width: 60px; height: 60px;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9998;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='none'><circle cx='30' cy='30' r='26' stroke='%23C4694A' stroke-width='0.8' stroke-dasharray='1.5 5' opacity='0.9'/><ellipse cx='30' cy='30' rx='22' ry='10' stroke='%23C4694A' stroke-width='0.7' stroke-dasharray='1 4' opacity='0.55' transform='rotate(-18 30 30)'/></svg>") center/contain no-repeat;
  opacity: 0.92;
  animation: ringOrbit 18s linear infinite;
  will-change: left, top;
}
.cursor-ring.hot { animation-duration: 9s; opacity: 1; }
@keyframes ringOrbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
.cursor-trail-dot {
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9997;
  border-radius: 50%;
  background: var(--terracotta);
  transform: translate(-50%, -50%);
  will-change: transform, left, top;
}
@media (hover: none), (max-width: 900px) {
  .cursor, .cursor-ring, .cursor-trail-dot { display: none !important; }
  body { cursor: auto; }
  a, button, .port-item, .service-card, .hero-dot { cursor: pointer !important; }
  .form-field input, .form-field textarea, .form-field select { cursor: text !important; }
}

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 28px 56px; display: flex; justify-content: space-between; align-items: center; transition: background .4s, padding .4s; }
nav.scrolled { background: rgba(247,242,234,.95); backdrop-filter: blur(12px); padding: 18px 56px; border-bottom: 1px solid rgba(196,105,74,.15); }
.nav-logo { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 400; letter-spacing: .05em; color: white; text-decoration: none; text-shadow: 0 2px 12px rgba(0,0,0,.4); transition: color .3s; }
nav.scrolled .nav-logo { color: var(--deep-brown); text-shadow: none; }
.nav-logo span { color: var(--terracotta-light); font-style: italic; }
nav.scrolled .nav-logo span { color: var(--terracotta); }
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.88); text-decoration: none; text-shadow: 0 1px 6px rgba(0,0,0,.4); transition: color .3s; }
nav.scrolled .nav-links a { color: var(--warm-brown); text-shadow: none; }
.nav-links a:hover { color: var(--terracotta-light) !important; }

/* HERO */
#hero { position: relative; height: 100vh; overflow: hidden; }

.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
  transform: scale(1.08);
  animation: none;
}
.hero-slide.active { opacity: 1; animation: kenBurns 7s ease forwards; }
.hero-slide.leaving { opacity: 0; }
@keyframes kenBurns {
  from { transform: scale(1.08); }
  to { transform: scale(1.0); }
}

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to right,
    rgba(28,20,16,.72) 0%,
    rgba(28,20,16,.45) 50%,
    rgba(28,20,16,.15) 100%
  );
  z-index: 2;
}

.hero-content {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 80px;
  max-width: 680px;
}
.hero-eyebrow {
  font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--terracotta-light); margin-bottom: 24px;
  opacity: 0; animation: fadeUp .9s ease .4s forwards;
}
.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem,5.5vw,5.6rem);
  line-height: 1.06; font-weight: 300; color: white;
  margin-bottom: 28px;
  opacity: 0; animation: fadeUp .9s ease .6s forwards;
  text-shadow: 0 2px 24px rgba(0,0,0,.3);
}
.hero-title em { font-style: italic; color: var(--terracotta-light); }
.hero-sub {
  font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,.8);
  max-width: 440px; margin-bottom: 48px;
  opacity: 0; animation: fadeUp .9s ease .8s forwards;
}
.hero-cta {
  display: flex; gap: 24px; align-items: center;
  opacity: 0; animation: fadeUp .9s ease 1s forwards;
}
.btn-primary { background: var(--terracotta); color: white; padding: 16px 36px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border: none; cursor: none; transition: background .3s, transform .3s; }
.btn-primary:hover { background: var(--terracotta-light); transform: translateY(-2px); }
.btn-secondary { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.85); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 2px; transition: color .3s, border-color .3s; }
.btn-secondary:hover { color: white; border-color: white; }

/* Slide caption — bottom right */
.hero-caption {
  position: absolute; bottom: 48px; right: 56px; z-index: 4;
  text-align: right;
  opacity: 0; transition: opacity .6s ease;
}
.hero-caption.visible { opacity: 1; }
.caption-title { font-family: "Cormorant Garamond", serif; font-size: 1.1rem; font-style: italic; color: white; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.caption-cat { font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 4px; }

/* Dot navigation */
.hero-dots {
  position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%);
  z-index: 4; display: flex; gap: 10px; align-items: center;
}
.hero-dot {
  width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.35);
  cursor: none; transition: background .3s, transform .3s;
  border: none; padding: 0;
}
.hero-dot.active { background: var(--terracotta-light); transform: scale(1.4); }

/* Progress bar */
.hero-progress {
  position: absolute; bottom: 0; left: 0; z-index: 5;
  height: 2px; background: var(--terracotta);
  width: 0%; transition: width linear;
}

/* Scroll hint */
.hero-scroll {
  position: absolute; bottom: 56px; right: 180px; z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
  opacity: 0; animation: fadeIn 1s ease 2s forwards;
}
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent); animation: scrollPulse 2s ease infinite; }

/* MARQUEE */
.marquee-strip { background: var(--terracotta); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.marquee-inner { display: inline-flex; animation: marquee 22s linear infinite; }
.marquee-inner span { font-family: "Cormorant Garamond", serif; font-size: .9rem; font-style: italic; color: white; padding: 0 40px; letter-spacing: .05em; }
.marquee-inner .dot { color: rgba(255,255,255,.5); font-style: normal; padding: 0; }

/* SECTIONS */
main section, #hero { padding: 120px 80px; }
.section-label { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 16px; }
.section-title { font-family: "Cormorant Garamond", serif; font-size: clamp(2.4rem,4vw,3.6rem); font-weight: 300; color: var(--deep-brown); line-height: 1.15; margin-bottom: 20px; }
.section-title em { font-style: italic; color: var(--terracotta); }

/* PORTFOLIO */
#portfolio { background: var(--warm-white); }
.portfolio-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 64px; }
.portfolio-intro { font-size: 1rem; line-height: 1.75; color: var(--warm-brown); max-width: 380px; }

/* SERVICES */
#services { background: var(--cream); }
#services .section-label { color: var(--terracotta); }
#services .section-title { color: var(--deep-brown); }
#services .section-title em { color: var(--terracotta); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.service-tags span { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: var(--terracotta); border: 1px solid rgba(196,105,74,.3); padding: 4px 10px; }

/* PROCESS */
#process { background: var(--cream); }
.process-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; margin-top: 64px; }
.process-step { display: flex; gap: 28px; padding: 36px 0; border-bottom: 1px solid rgba(196,105,74,.15); transition: padding-left .3s; }
.process-step:hover { padding-left: 12px; }
.process-step:last-child { border-bottom: none; }
.step-num { font-family: "Cormorant Garamond", serif; font-size: 2.2rem; font-style: italic; color: var(--terracotta); opacity: .5; min-width: 48px; line-height: 1; padding-top: 4px; }
.step-content h3 { font-family: "Cormorant Garamond", serif; font-size: 1.4rem; font-weight: 400; color: var(--deep-brown); margin-bottom: 10px; }
.step-content p { font-size: .88rem; line-height: 1.8; color: var(--warm-brown); }
.process-visual { position: sticky; top: 120px; background: var(--terracotta-pale); padding: 56px; text-align: center; }
.process-visual img { width: 100%; height: auto; max-height: 380px; object-fit: cover; }
.process-tagline { margin-top: 32px; font-family: "Cormorant Garamond", serif; font-size: 1.2rem; font-style: italic; color: var(--warm-brown); line-height: 1.6; }

/* TESTIMONIALS */
#testimonials { background: var(--warm-white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 64px; }
.testimonial-card { background: var(--cream); padding: 44px 36px; border-top: 2px solid transparent; transition: border-color .3s; }
.testimonial-card:hover { border-top-color: var(--terracotta); }
.quote-mark { font-family: "Cormorant Garamond", serif; font-size: 5rem; color: var(--terracotta); opacity: .2; line-height: .6; margin-bottom: 20px; display: block; }
.testimonial-card blockquote { font-family: "Cormorant Garamond", serif; font-size: 1.15rem; font-style: italic; font-weight: 300; color: var(--deep-brown); line-height: 1.7; margin-bottom: 28px; }
.testimonial-author { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--terracotta); }
.testimonial-role { display: block; font-size: .7rem; color: var(--warm-brown); letter-spacing: .06em; margin-top: 3px; text-transform: none; }

/* CONTACT */
#contact { background: var(--deep-brown); display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
.contact-left { padding: 100px 80px; display: flex; flex-direction: column; justify-content: center; }
.contact-left .section-label { color: var(--terracotta-light); }
.contact-left .section-title { color: var(--cream); }
.contact-left .section-title em { color: var(--terracotta-light); }
.contact-left p { font-size: .95rem; line-height: 1.85; color: rgba(247,242,234,.55); max-width: 380px; margin-bottom: 48px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-detail { display: flex; gap: 16px; align-items: flex-start; }
.contact-detail-label { font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; color: var(--terracotta-light); min-width: 64px; padding-top: 2px; }
.contact-detail-value { font-size: .88rem; color: rgba(247,242,234,.75); line-height: 1.5; }
.contact-right { background: rgba(255,255,255,.04); padding: 100px 80px; display: flex; flex-direction: column; justify-content: center; }
.form-field { margin-bottom: 28px; }
.form-field label { display: block; font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(247,242,234,.45); margin-bottom: 10px; }
.form-field input, .form-field textarea, .form-field select { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(247,242,234,.2); padding: 12px 0; color: var(--cream); font-family: "DM Sans", sans-serif; font-size: .9rem; font-weight: 300; outline: none; transition: border-color .3s; cursor: none; -webkit-appearance: none; }
.form-field select option { background: var(--deep-brown); }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-bottom-color: var(--terracotta-light); }
.form-field textarea { resize: none; height: 80px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.btn-submit { background: var(--terracotta); color: white; border: none; padding: 18px 44px; font-family: "DM Sans", sans-serif; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; cursor: none; transition: background .3s, transform .3s; margin-top: 8px; }
.btn-submit:hover { background: var(--terracotta-light); transform: translateY(-2px); }
.form-notice { font-size: .82rem; letter-spacing: .04em; padding: 14px 18px; margin-bottom: 24px; border-left: 2px solid; }
.form-notice--success { color: var(--cream); border-color: var(--sage); background: rgba(138,158,126,.12); }
.form-notice--error { color: var(--cream); border-color: var(--terracotta-light); background: rgba(232,144,122,.12); }

footer.site-footer { background: var(--ink); padding: 40px 80px; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: "Cormorant Garamond", serif; font-size: 1.1rem; color: rgba(247,242,234,.5); letter-spacing: .05em; }
.footer-logo span { color: var(--terracotta); font-style: italic; }
.footer-copy { font-size: .68rem; letter-spacing: .1em; color: rgba(247,242,234,.3); }

@keyframes fadeUp { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@keyframes scrollPulse { 0%,100% { opacity:1; } 50% { opacity:.3; } }
.reveal { opacity:0; transform:translateY(32px); transition:opacity .8s ease,transform .8s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.no-js .reveal { opacity: 1; transform: none; }

/* ===== Nav toggle (hamburger) ===== */
.nav-toggle {
  display: none; background: transparent; border: 0; padding: 8px;
  cursor: none; z-index: 110; width: 36px; height: 36px;
  flex-direction: column; justify-content: center; gap: 6px;
}
.nav-toggle span {
  display: block; width: 22px; height: 1.5px; background: white;
  transition: transform .3s ease, opacity .3s ease, background .3s ease;
}
nav.scrolled .nav-toggle span { background: var(--deep-brown); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.nav-cta {
  border: 1px solid rgba(255,255,255,.4); padding: 8px 18px;
  transition: background .3s, border-color .3s, color .3s !important;
}
.nav-cta:hover { background: var(--terracotta); border-color: var(--terracotta); color: white !important; }
nav.scrolled .nav-cta { border-color: rgba(44,26,14,.25); }

/* ===== Collections grid ===== */
.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 28px;
}
.collection-card {
  background: var(--cream);
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  transition: transform .4s ease;
  cursor: none;
}
.collection-card:hover { transform: translateY(-6px); }
.collection-media {
  position: relative; aspect-ratio: 4/5; overflow: hidden;
  background: var(--terracotta-pale);
}
.collection-media picture, .collection-media img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s ease;
}
.collection-card:hover .collection-media img { transform: scale(1.06); }
.collection-badge {
  position: absolute; top: 18px; left: 18px;
  background: rgba(44,26,14,.72); color: var(--cream);
  font-size: .62rem; letter-spacing: .16em; text-transform: uppercase;
  padding: 6px 12px; backdrop-filter: blur(4px);
}
.collection-meta { padding: 24px 4px 8px; }
.collection-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem; font-weight: 400; color: var(--deep-brown);
  line-height: 1.2; margin-bottom: 8px;
}
.collection-name em { font-style: italic; color: var(--terracotta); }
.collection-desc {
  font-size: .86rem; line-height: 1.7; color: var(--warm-brown);
  margin-bottom: 18px;
}

/* ===== Services accordion ===== */
.services-accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 72px;
  align-items: start;
}
.services-visual {
  position: sticky; top: 120px;
  aspect-ratio: 4/5; overflow: hidden;
  background: rgba(44,26,14,.04);
  border: 1px solid rgba(44,26,14,.08);
}
.services-visual picture, .services-visual img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  transition: opacity .5s ease, transform 1.2s ease;
}
.services-visual.swapping img { opacity: 0; }
.services-visual-caption {
  position: absolute; left: 24px; bottom: 20px;
  font-family: "Cormorant Garamond", serif; font-size: 1rem;
  font-style: italic; color: var(--cream);
  background: rgba(28,20,16,.55); padding: 8px 14px;
  backdrop-filter: blur(6px);
}
.services-list { display: flex; flex-direction: column; }
.service-item { border-bottom: 1px solid rgba(44,26,14,.12); }
.service-item:first-child { border-top: 1px solid rgba(44,26,14,.12); }
.service-head {
  width: 100%; background: transparent; border: 0; padding: 28px 0;
  display: grid; grid-template-columns: 48px 1fr 28px;
  align-items: center; gap: 18px; text-align: left;
  cursor: none; color: inherit;
  font-family: "DM Sans", sans-serif;
  transition: padding-left .3s ease;
}
.service-head:hover { padding-left: 10px; }
.service-n {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem; font-style: italic;
  color: var(--terracotta); opacity: .7;
}
.service-t {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem; font-weight: 400; color: var(--deep-brown);
  line-height: 1.25;
}
.service-item.active .service-t { color: var(--terracotta); }
.service-chev {
  font-family: "Cormorant Garamond", serif; font-size: 1.4rem;
  color: var(--terracotta); transition: transform .3s ease;
  text-align: center;
}
.service-item.active .service-chev { transform: rotate(45deg); }
.service-body {
  max-height: 0; overflow: hidden;
  transition: max-height .5s ease, padding .4s ease;
  padding: 0 0 0 66px;
}
.service-item.active .service-body {
  max-height: 360px; padding: 0 0 32px 66px;
}
.service-body p {
  font-size: .92rem; line-height: 1.8;
  color: var(--warm-brown); margin-bottom: 20px;
}
.no-js .service-body { max-height: none; padding: 0 0 32px 66px; }

/* ===== Process CTA ===== */
.process-cta {
  margin-top: 80px; padding-top: 48px;
  border-top: 1px solid rgba(196,105,74,.2);
  text-align: center;
}
.process-cta-lead {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 1.35rem; color: var(--warm-brown);
  margin-bottom: 28px;
}
.btn-process-cta { display: inline-block; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  main section, #hero { padding: 100px 48px; }
  .hero-content { padding: 0 48px; }
  .services-accordion { gap: 40px; }
  .collections-grid { gap: 32px 24px; }
}
@media (max-width: 900px) {
  body { cursor: auto; }
  nav { padding: 20px 28px; }
  nav.scrolled { padding: 14px 28px; }
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 80vw);
    background: var(--deep-brown); color: var(--cream);
    flex-direction: column; justify-content: center;
    gap: 28px; padding: 100px 40px 40px;
    transform: translateX(100%); transition: transform .45s ease;
    box-shadow: -8px 0 40px rgba(0,0,0,.25);
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a, nav.scrolled .nav-links a { color: var(--cream) !important; font-size: 1.2rem; letter-spacing: .08em; }
  .nav-cta { border-color: rgba(247,242,234,.3); display: inline-block; }
  main section, #hero { padding: 80px 32px; }
  .hero-content { padding: 0 32px; max-width: 100%; }
  .hero-scroll { display: none; }
  .portfolio-header { flex-direction: column; gap: 18px; align-items: flex-start; margin-bottom: 40px; }
  .portfolio-intro { max-width: 100%; }
  .collections-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .services-accordion { grid-template-columns: 1fr; gap: 36px; }
  .services-visual { position: static; aspect-ratio: 16/11; }
  .service-head { grid-template-columns: 40px 1fr 24px; gap: 14px; padding: 22px 0; }
  .service-t { font-size: 1.25rem; }
  .service-body, .service-item.active .service-body { padding-left: 54px; }
  .process-layout { grid-template-columns: 1fr; gap: 48px; }
  .process-visual { position: static; padding: 40px; }
  #contact { grid-template-columns: 1fr; }
  .contact-left, .contact-right { padding: 64px 32px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 20px; }
  footer.site-footer { padding: 28px 32px; flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 640px) {
  main section, #hero { padding: 64px 24px; }
  .hero-content { padding: 0 24px; }
  .hero-cta { flex-direction: column; align-items: flex-start; gap: 16px; }
  .btn-primary { width: 100%; text-align: center; }
  .collections-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .process-visual { padding: 28px; }
  .hero-caption { bottom: 24px; right: 24px; }
  .hero-dots { bottom: 20px; }
}

/* ===== Accessibility ===== */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 10000;
  background: var(--deep-brown); color: var(--cream);
  padding: 14px 22px; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase;
}
.skip-link:focus { left: 16px; top: 16px; }
