.cp-page-root {
  --cp-ink: #080808;
  --cp-paper: #f2efe8;
  --cp-white: #fff;
  --cp-line: #1b1b1b;
  --cp-muted: #5a5a5a;
  --cp-blue: #7593ff;
  --cp-blue-deep: #405ed2;
  --cp-lime: #dfff4f;
  --cp-coral: #ff7869;
  --cp-radius: 22px;
  color: var(--cp-ink);
  background: var(--cp-paper);
}

.cp-page-root *, .cp-page-root *::before, .cp-page-root *::after { box-sizing: border-box; }
.cp-page-root img { display: block; max-width: 100%; }
.cp-page-root a { color: inherit; }
.cp-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.cp-kicker { margin: 0 0 18px; font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.cp-main h1, .cp-main h2, .cp-main h3, .cp-main p { text-wrap: pretty; }
.cp-main h1, .cp-main h2, .cp-main h3 { margin-top: 0; }
.cp-main h1 { max-width: 9.5ch; margin-bottom: 26px; font-size: clamp(4rem, 7.4vw, 8.6rem); letter-spacing: -.075em; line-height: .84; }
.cp-main h2 { margin-bottom: 20px; font-size: clamp(2.6rem, 5vw, 5.5rem); letter-spacing: -.055em; line-height: .93; }
.cp-main h3 { letter-spacing: -.03em; }

.cp-hero { position: relative; overflow: hidden; border-bottom: 2px solid var(--cp-ink); background: var(--cp-blue); }
.cp-hero::after { position: absolute; inset: auto -8vw -16vw auto; width: 38vw; aspect-ratio: 1; border: 2px solid rgba(0,0,0,.22); border-radius: 50%; content: ""; }
.cp-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(390px, .93fr); gap: clamp(44px, 7vw, 96px); align-items: center; min-height: 760px; padding: 88px 0; }
.cp-hero__copy { min-width: 0; }
.cp-hero__lead { max-width: 680px; margin: 0; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.55; }
.cp-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 34px; }
.cp-button { display: inline-flex; min-height: 52px; padding: 14px 22px; border: 2px solid var(--cp-ink); align-items: center; justify-content: center; gap: 12px; font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .78rem; font-weight: 900; letter-spacing: .06em; line-height: 1.1; text-decoration: none; text-transform: uppercase; transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease; }
.cp-button:hover, .cp-button:focus-visible { box-shadow: 6px 6px 0 var(--cp-ink); transform: translate(-3px,-3px); }
.cp-button--lime { background: var(--cp-lime); }
.cp-button--dark { border-color: var(--cp-ink); background: var(--cp-ink); color: var(--cp-white); }
.cp-button--dark:hover, .cp-button--dark:focus-visible { box-shadow: 6px 6px 0 var(--cp-blue-deep); }
.cp-button--light { border-color: var(--cp-white); background: var(--cp-white); color: var(--cp-ink); }
.cp-button--light:hover, .cp-button--light:focus-visible { box-shadow: 6px 6px 0 var(--cp-lime); }
.cp-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; font-weight: 850; text-underline-offset: 5px; }
.cp-assurances { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0 0; padding: 0; list-style: none; }
.cp-assurances li { padding: 9px 12px; border: 1.5px solid var(--cp-ink); border-radius: 999px; background: rgba(255,255,255,.22); font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .66rem; font-weight: 800; letter-spacing: .035em; }
.cp-hero__visual { position: relative; margin: 0; border: 2px solid var(--cp-ink); background: var(--cp-ink); box-shadow: 16px 16px 0 rgba(0,0,0,.18); transform: rotate(1.6deg); }
.cp-hero__visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.92) contrast(1.03); }
.cp-hero__visual figcaption { display: flex; gap: 14px; padding: 16px 18px; color: #d7d7d7; font-size: .76rem; line-height: 1.5; }
.cp-hero__visual figcaption span { flex: 0 0 auto; color: var(--cp-lime); font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.cp-process { padding: 104px 0; border-bottom: 2px solid var(--cp-ink); background: var(--cp-white); }
.cp-section-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 50px; align-items: end; margin-bottom: 52px; }
.cp-section-head h2 { max-width: 12ch; margin-bottom: 0; }
.cp-section-head > p { max-width: 500px; margin: 0 0 5px; color: var(--cp-muted); font-size: 1rem; line-height: 1.65; }
.cp-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.cp-step-grid li { min-height: 310px; padding: 28px; border: 2px solid var(--cp-ink); background: var(--cp-paper); }
.cp-step-grid li:nth-child(2) { background: var(--cp-blue); }
.cp-step-grid li:nth-child(3) { background: var(--cp-lime); }
.cp-step-grid li > span { display: block; margin-bottom: 74px; font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .72rem; font-weight: 900; }
.cp-step-grid h3 { margin-bottom: 12px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.cp-step-grid p { margin: 0; font-size: .88rem; line-height: 1.65; }

.cp-celebrations { padding: 112px 0 122px; border-bottom: 2px solid var(--cp-ink); background: var(--cp-paper); }
.cp-celebration-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cp-celebration-card { display: flex; overflow: hidden; border: 2px solid var(--cp-ink); background: var(--cp-white); flex-direction: column; }
.cp-celebration-card--baby { box-shadow: 8px 8px 0 var(--cp-lime); }
.cp-celebration-card--wedding { box-shadow: 8px 8px 0 var(--cp-blue); }
.cp-celebration-card--quince { box-shadow: 8px 8px 0 var(--cp-coral); }
.cp-celebration-card figure { position: relative; margin: 0; border-bottom: 2px solid var(--cp-ink); }
.cp-celebration-card figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.cp-celebration-card figure figcaption { position: absolute; top: 14px; left: 14px; padding: 7px 9px; border: 1px solid var(--cp-white); border-radius: 999px; background: rgba(0,0,0,.78); color: var(--cp-white); font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .56rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.cp-celebration-card__body { display: flex; height: 100%; min-height: 440px; padding: 28px; flex-direction: column; }
.cp-celebration-card__body > p { margin: 0 0 12px; font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cp-celebration-card--baby .cp-celebration-card__body > p { color: #587000; }
.cp-celebration-card--wedding .cp-celebration-card__body > p { color: var(--cp-blue-deep); }
.cp-celebration-card--quince .cp-celebration-card__body > p { color: #a12618; }
.cp-celebration-card h3 { margin-bottom: 14px; font-size: clamp(1.75rem, 2.35vw, 2.35rem); line-height: 1.02; }
.cp-celebration-card__body > span { color: var(--cp-muted); font-size: .87rem; line-height: 1.6; }
.cp-celebration-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 24px 0 28px; padding: 0; list-style: none; }
.cp-celebration-card li { padding: 8px 9px; border: 1px solid var(--cp-ink); background: var(--cp-paper); font-size: .69rem; font-weight: 760; line-height: 1.35; }
.cp-celebration-card a { display: inline-flex; min-height: 44px; margin-top: auto; align-items: center; gap: 8px; font-size: .76rem; font-weight: 900; text-decoration-color: currentColor; text-decoration-thickness: 3px; text-underline-offset: 5px; }

.cp-directions { padding: 112px 0 122px; background: var(--cp-ink); color: var(--cp-white); }
.cp-section-head--light > p { color: #bdbdbd; }
.cp-direction-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cp-direction-card { overflow: hidden; border: 2px solid #fff; background: #161616; }
.cp-direction-card figure { position: relative; margin: 0; border-bottom: 2px solid #fff; }
.cp-direction-card figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.cp-direction-card figure figcaption { position: absolute; top: 14px; left: 14px; padding: 7px 9px; border: 1px solid #fff; border-radius: 999px; background: rgba(0,0,0,.78); font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .58rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.cp-direction-card > div { display: flex; min-height: 330px; padding: 27px; flex-direction: column; }
.cp-direction-card > div > p { margin: 0 0 12px; font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cp-direction-card h3 { margin-bottom: 14px; font-size: clamp(1.65rem, 2.4vw, 2.35rem); line-height: 1.02; }
.cp-direction-card > div > span { color: #c9c9c9; font-size: .86rem; line-height: 1.6; }
.cp-direction-card a { display: inline-flex; min-height: 44px; margin-top: auto; padding-top: 24px; align-items: center; gap: 8px; font-size: .76rem; font-weight: 900; text-decoration-color: currentColor; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.cp-direction-card--blue > div > p { color: var(--cp-blue); }
.cp-direction-card--coral > div > p { color: var(--cp-coral); }
.cp-direction-card--lime > div > p { color: var(--cp-lime); }

.cp-brief { padding: 108px 0; border-bottom: 2px solid var(--cp-ink); background: var(--cp-coral); }
.cp-brief__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: clamp(48px, 9vw, 120px); }
.cp-brief__intro h2 { max-width: 11ch; }
.cp-brief__intro > p:last-child { max-width: 500px; font-size: 1rem; line-height: 1.65; }
.cp-brief__list { margin: 0; border-top: 2px solid var(--cp-ink); }
.cp-brief__list div { display: grid; grid-template-columns: minmax(130px, .42fr) minmax(0, 1fr); gap: 28px; padding: 24px 0; border-bottom: 2px solid var(--cp-ink); }
.cp-brief__list dt { font-weight: 900; }
.cp-brief__list dd { margin: 0; line-height: 1.55; }

.cp-quote { scroll-margin-top: 126px; padding: 112px 0 124px; background: var(--cp-paper); }
.cp-quote__grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(540px, 1.28fr); gap: clamp(50px, 8vw, 108px); align-items: start; }
.cp-quote__intro { position: sticky; top: 136px; }
.cp-quote__intro h2 { max-width: 8.5ch; }
.cp-quote__intro > p { max-width: 470px; line-height: 1.65; }
.cp-quote__promise { margin-top: 34px; padding: 24px; border: 2px solid var(--cp-ink); background: var(--cp-lime); }
.cp-quote__promise strong { display: block; margin-bottom: 12px; font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.cp-quote__promise ul { margin: 0; padding-left: 20px; }
.cp-quote__promise li + li { margin-top: 8px; }
.cp-email-fallback { font-size: .82rem; }
.cp-email-fallback a { font-weight: 800; }
.cp-form { padding: clamp(26px, 4vw, 44px); border: 2px solid var(--cp-ink); background: var(--cp-white); box-shadow: 10px 10px 0 var(--cp-blue); }
.cp-form__heading { display: flex; gap: 20px; align-items: baseline; justify-content: space-between; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 2px solid var(--cp-ink); }
.cp-form__heading span { font-size: 1.35rem; font-weight: 900; }
.cp-form__heading strong { color: var(--cp-muted); font-family: var(--font-geist-mono), ui-monospace, monospace; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.cp-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cp-field { display: grid; gap: 9px; margin-bottom: 20px; font-size: .78rem; font-weight: 850; }
.cp-field > span { color: var(--cp-muted); font-weight: 500; }
.cp-field input, .cp-field select, .cp-field textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1.7px solid var(--cp-ink); border-radius: 0; outline: none; background: #faf9f6; color: var(--cp-ink); font: inherit; font-weight: 500; }
.cp-field textarea { min-height: 148px; resize: vertical; line-height: 1.5; }
.cp-field input:focus, .cp-field select:focus, .cp-field textarea:focus { box-shadow: 0 0 0 4px rgba(64,94,210,.24); }
.cp-form__more { margin: 4px 0 24px; border-block: 1.5px solid #aaa; }
.cp-form__more summary { min-height: 52px; padding: 16px 0; cursor: pointer; font-size: .78rem; font-weight: 900; }
.cp-form__more summary span { color: var(--cp-muted); font-weight: 500; }
.cp-form__more[open] { padding-bottom: 18px; }
.cp-form__more > p { margin: 0; color: var(--cp-muted); font-size: .73rem; line-height: 1.55; }
.cp-consent { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; align-items: start; margin: 0 0 24px; font-size: .76rem; line-height: 1.55; }
.cp-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--cp-blue-deep); }
.cp-consent a { font-weight: 800; }
.cp-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cp-form__submit { width: 100%; cursor: pointer; }
.cp-form__submit:disabled { cursor: wait; opacity: .68; }
.cp-form__status { min-height: 24px; margin: 16px 0 0; color: var(--cp-muted); font-size: .74rem; line-height: 1.5; }
.cp-form__status[data-state="error"] { color: #a10d00; font-weight: 800; }
.cp-form__status[data-state="working"] { color: var(--cp-blue-deep); font-weight: 800; }
.cp-form__noscript { margin: 0 0 18px; padding: 14px; border: 2px solid #7d2400; background: #ffe0d8; font-size: .76rem; font-weight: 800; line-height: 1.5; }
.cp-preview-note { margin: 0 0 22px; padding: 14px; border: 2px solid #6d5200; background: #fff2b6; font-size: .76rem; font-weight: 800; line-height: 1.5; }

.cp-faq { padding: 112px 0; border-top: 2px solid var(--cp-ink); background: var(--cp-white); }
.cp-faq__grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1.3fr); gap: clamp(50px, 9vw, 120px); }
.cp-faq h2 { max-width: 8ch; }
.cp-faq__list { border-top: 2px solid var(--cp-ink); }
.cp-faq__list details { border-bottom: 2px solid var(--cp-ink); }
.cp-faq__list summary { position: relative; min-height: 66px; padding: 22px 46px 22px 0; cursor: pointer; font-size: 1rem; font-weight: 900; list-style: none; }
.cp-faq__list summary::-webkit-details-marker { display: none; }
.cp-faq__list summary::after { position: absolute; top: 19px; right: 2px; content: "+"; font-size: 1.7rem; font-weight: 500; line-height: 1; }
.cp-faq__list details[open] summary::after { content: "−"; }
.cp-faq__list details p { max-width: 660px; margin: 0; padding: 0 48px 24px 0; color: var(--cp-muted); line-height: 1.65; }

.cp-event-cta { padding: 88px 0; background: var(--cp-blue-deep); color: var(--cp-white); }
.cp-event-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; }
.cp-event-cta h2 { max-width: 13ch; margin-bottom: 14px; }
.cp-event-cta p:last-child { max-width: 620px; margin-bottom: 0; color: #d9deff; line-height: 1.6; }

@media (max-width: 980px) {
  .cp-hero__grid, .cp-brief__grid, .cp-quote__grid, .cp-faq__grid { grid-template-columns: 1fr; }
  .cp-hero__grid { min-height: 0; padding: 70px 0 84px; }
  .cp-hero__visual { width: min(720px, 100%); }
  .cp-step-grid, .cp-celebration-grid, .cp-direction-grid { grid-template-columns: 1fr; }
  .cp-step-grid li { min-height: 0; }
  .cp-step-grid li > span { margin-bottom: 42px; }
  .cp-celebration-card { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); }
  .cp-celebration-card figure { border-right: 2px solid var(--cp-ink); border-bottom: 0; }
  .cp-celebration-card figure img { height: 100%; aspect-ratio: auto; }
  .cp-celebration-card__body { min-height: 390px; }
  .cp-direction-card { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); }
  .cp-direction-card figure { border-right: 2px solid #fff; border-bottom: 0; }
  .cp-direction-card figure img { height: 100%; aspect-ratio: auto; }
  .cp-direction-card > div { min-height: 290px; }
  .cp-brief__grid, .cp-faq__grid { gap: 34px; }
  .cp-quote__grid { gap: 42px; }
  .cp-quote__intro { position: static; }
  .cp-quote__intro h2 { max-width: 12ch; }
}

@media (max-width: 700px) {
  .cp-shell { width: min(100% - 28px, 1240px); }
  .cp-main h1 { font-size: clamp(3.6rem, 18vw, 5.4rem); }
  .cp-main h2 { font-size: clamp(2.55rem, 13vw, 4.3rem); }
  .cp-hero__grid { gap: 50px; padding: 54px 0 68px; }
  .cp-actions { align-items: stretch; flex-direction: column; }
  .cp-button { width: 100%; }
  .cp-text-link { justify-content: center; }
  .cp-assurances { align-items: flex-start; flex-direction: column; }
  .cp-hero__visual { box-shadow: 9px 9px 0 rgba(0,0,0,.18); transform: none; }
  .cp-hero__visual figcaption { flex-direction: column; gap: 5px; }
  .cp-process, .cp-celebrations, .cp-directions, .cp-brief, .cp-quote, .cp-faq { padding: 72px 0; }
  .cp-section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .cp-celebration-card { display: block; box-shadow: 5px 5px 0 var(--cp-blue); }
  .cp-celebration-card figure { border-right: 0; border-bottom: 2px solid var(--cp-ink); }
  .cp-celebration-card figure img { height: auto; aspect-ratio: 4 / 3; }
  .cp-celebration-card__body { min-height: 0; }
  .cp-celebration-card ul { grid-template-columns: 1fr; }
  .cp-direction-card { display: block; }
  .cp-direction-card figure { border-right: 0; border-bottom: 2px solid #fff; }
  .cp-direction-card figure img { height: auto; aspect-ratio: 4 / 3; }
  .cp-direction-card > div { min-height: 310px; }
  .cp-brief__list div { grid-template-columns: 1fr; gap: 7px; }
  .cp-form { padding: 24px 18px; box-shadow: 6px 6px 0 var(--cp-blue); }
  .cp-form__heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .cp-form__row { grid-template-columns: 1fr; gap: 0; }
  .cp-faq__list summary { min-height: 70px; padding-right: 42px; }
  .cp-event-cta__inner { grid-template-columns: 1fr; align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  .cp-page-root *, .cp-page-root *::before, .cp-page-root *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
