/* Draft C: clean editorial layout with controlled, celebratory accents. */
.draft-c {
  --ink: #17233e;
  --coral: #ff633d;
  --pink: #ed477f;
  --soft: #505968;
  --cream: #fffaf5;
  --line: rgba(23, 35, 62, .14);
}
.draft-c :is(h1,h2) { letter-spacing: -.055em; line-height: 1.02; }
.draft-c h3 { letter-spacing: -.025em; }
.draft-c .eyebrow { color: #b33e29; font-size: .82rem; letter-spacing: .12em; }
.draft-c .lede { line-height: 1.65; }
.draft-c .tag { font-size: .8rem; font-weight: 700; box-shadow: none; }
.draft-c .button { box-shadow: none; font-size: .9rem; }
.draft-c .button-primary { background: var(--ink); }
.draft-c .nav-links .button-primary { background: var(--coral); border-color: var(--coral); color: var(--ink); }
.draft-c :is(a,button):focus-visible { outline: 3px solid #284eaf; outline-offset: 5px; }
.draft-c header { border-bottom: 1px solid var(--line); background: rgba(255,250,245,.96); }
.draft-c header.scrolled { border-bottom-color: var(--coral); }
.draft-c .nav { gap: 18px; }
.draft-c .logo { flex-shrink: 0; }
.draft-c .logo img { width: 163px; height: auto; }
.draft-c .nav-links { gap: 24px; }
.draft-c .hero {
  background: #fffaf5;
  padding: 66px 0 80px;
  position: relative;
  isolation: isolate;
}
.draft-c .hero::before {
  content: "";
  background: var(--pink);
  border-radius: 50%;
  width: 670px;
  height: 670px;
  right: -170px;
  top: auto;
  bottom: -185px;
  transform: none;
  opacity: .95;
  z-index: -1;
}
.draft-c .hero::after {
  content: "";
  width: 490px;
  height: 490px;
  background: #ff8550;
  border-radius: 50%;
  position: absolute;
  right: 19%;
  bottom: -335px;
  z-index: -1;
}
.home-page .hero-grid { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 58px; }
.home-page .hero h1 {
  font-family: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4.5rem,7.8vw,6.55rem);
  font-weight: 850;
  line-height: .99;
  letter-spacing: -.065em;
  color: var(--ink);
  margin-bottom: 28px;
}
.home-page .hero h1 .accent { color: #e84c29; box-shadow: none; }
.home-page .hero h1 .accent em { color: #d83068; font-style: normal; }
.home-page .hero-copy > .eyebrow { max-width: 32ch; margin-bottom: 20px; }
.home-page .hero-copy .lede { max-width: 43ch; font-size: 1.08rem; }
.home-page .hero-actions { gap: 10px; margin-top: 24px; }
.home-page .hero-note { font-size: .875rem; }
.home-page .hero-art { min-height: 0; grid-template-rows: auto auto; gap: 16px; align-self: center; }
.home-page .hero-main { aspect-ratio: 16/10; border-radius: 30px 30px 8px 30px; transform: rotate(-1deg); }
.home-page .hero-main img { object-fit: contain; background: #fff; }
.home-page .hero-stack { gap: 16px; }
.home-page .hero-small { aspect-ratio: 4/3; border-radius: 18px; transform: none; }
.home-page .hero-small:first-child { transform: rotate(1.5deg); }
.home-page .hero-small:last-child { transform: translateY(12px) rotate(-1.5deg); }
.home-page .hero-art::before { display: none; }
.home-page .hero-art::after {
  content: "✳";
  font: 400 86px/1 Arial,sans-serif;
  color: #fff6e7;
  background: none;
  border: 0;
  height: auto;
  width: auto;
  right: -33px;
  bottom: 21%;
  transform: rotate(10deg);
  pointer-events: none;
}
.home-page .color-mark { display: none; }
.home-page .event-ribbon { padding: 0; overflow: hidden; }
.home-page .event-ribbon-track { padding: 18px 0; width: max-content; }
.home-page .event-ribbon-track span { font-size: .875rem; letter-spacing: .1em; }
.home-page .ribbon-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font: 700 13px/1 Arial,sans-serif;
  z-index: 3;
}
.home-page .event-ribbon.paused .event-ribbon-track { animation-play-state: paused; }
.home-page section { scroll-margin-top: 90px; }
.home-page #event-painting { scroll-margin-top: 100px; }
.home-page .section-head { margin-bottom: 34px; }
.home-page .section-head h2 { font-size: clamp(2.4rem,4.4vw,4rem); max-width: 21ch; }
.home-page .section-head-copy::after { background: var(--pink); width: 90px; height: 5px; margin-top: 21px; border-radius: 50%; transform: rotate(-2deg); }
.home-page .portrait-section { background: #fff; padding-bottom: 88px; }
.home-page .portrait-section::before { display: none; }
.home-page .portrait-card { box-shadow: none; border: 1px solid var(--line); }
.home-page .portrait-card.wide { border: 0; background: #f7f3ec; border-radius: 28px; box-shadow: none; }
.home-page .portrait-card.wide::before { display: none; }
.home-page .portrait-collage { background: #fff; padding: 0; gap: 8px; min-height: 390px; }
.home-page .portrait-collage > img { min-height: 0; border-radius: 10px; }
.home-page .portrait-card.wide .portrait-copy { padding: 36px; }
.home-page .portrait-card.wide .serif { font-family: inherit; font-weight: 750; line-height: 1.12; }
.home-page .portrait-card:nth-child(2) { background: #ffede7; transform: none; }
.home-page .portrait-card:nth-child(3) { background: #f3f2fb; }
.home-page .portrait-copy p { font-size: 1rem; }
.home-page .subgroup strong { font-size: .875rem; }
.home-page .subgroup p { font-size: .94rem; }
.home-page .specialty-media figcaption { font-size: .875rem; }
.home-page .experiences {
  background: var(--ink);
  border-radius: 44px;
  margin: 0 18px;
  padding: 76px 0;
}
.home-page .experiences::before {
  border: 0;
  background: var(--pink);
  width: 310px;
  height: 310px;
  right: -125px;
  top: -95px;
  opacity: .85;
}
.home-page .experiences::after {
  content: "✳";
  background: none;
  color: #ff8b62;
  font: 400 105px/1 Arial,sans-serif;
  top: 145px;
  bottom: auto;
  left: auto;
  right: 38px;
  width: auto;
  height: auto;
  transform: rotate(-12deg);
}
.home-page .experiences > .wrap { width: min(1132px,calc(100% - 64px)); }
.home-page .experiences .section-head .eyebrow { color: #ffa886; }
.home-page .experiences .section-head .lede { max-width: 58ch; }
.home-page .experiences .section-head h2 { max-width: 18ch; }
.home-page .experience-grid { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 24px; }
.home-page .experience-card { grid-column: span 2; box-shadow: none; border-radius: 22px; background: #fff; min-width: 0; }
.home-page .experience-card::before { display: none; }
.home-page .experience-card.span2 { grid-column: span 4; }
.home-page .experience-copy { padding: 26px; }
.home-page .experience-copy p { font-size: 1rem; line-height: 1.65; }
.home-page .experience-copy h3 { font-size: 1.55rem; line-height: 1.16; }
.home-page .experience-copy .eyebrow { color: #ac355d; font-size: .8rem; margin-bottom: 10px; }
.home-page .product-mosaic { aspect-ratio: 16/9; }
.home-page .experience-card:nth-child(2) { background: #fff0df; }
.home-page .flower-split { aspect-ratio: 1; }
.home-page .charm-feature,
.home-page .experience-card.bead-feature { display: block; grid-column: span 3; background: #fff; }
.home-page .charm-feature .experience-image,
.home-page .bead-feature .experience-image { aspect-ratio: 3/2; min-height: 0; }
.home-page .charm-feature .experience-image img { object-position: 50% 49%; }
.home-page .bead-visual > img:first-child { object-position: 50% 57%; }
.home-page .concept-note { font-size: .75rem; border-radius: 8px; bottom: 10px; left: 10px; }
.home-page .experience-card.painting-feature { grid-column: 1/-1; display: block; background: #fff7ec; }
.home-page .painting-feature .experience-copy { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 30px; padding: 32px; }
.home-page .painting-feature .experience-copy h3 { font-size: 2.1rem; }
.home-page .painting-feature .experience-copy p { margin: 0; }
.home-page .painting-gallery { display: grid; grid-template-columns: 1.05fr 1fr; gap: 20px; padding: 0 20px 24px; align-items: center; }
.home-page .painting-gallery figure { min-width: 0; margin: 0; }
.home-page .painting-gallery img { width: 100%; height: auto; border-radius: 13px; }
.home-page .painting-gallery .painting-scene { padding-top: 2px; }
.home-page .painting-gallery figcaption { font-size: .875rem; font-weight: 700; padding: 12px 2px 0; }
.home-page .painting-gallery figcaption small { color: var(--soft); display: block; font-size: .81rem; font-weight: 400; margin-top: 2px; }
.home-page .brand-strip { margin-top: 32px; }
.home-page .brand-strip-inner { padding: 54px 0; gap: 50px; }
.home-page .brand-strip h2 { font-size: clamp(2.4rem,4vw,3.8rem); line-height: 1.02; }
.home-page .brand-list span { transform: none; font-size: .875rem; font-weight: 700; box-shadow: none; border: none; }
.home-page .reviews { background: #fff; }
.home-page .review-card { border-radius: 24px; box-shadow: none; }
.home-page .review-card:first-child { background: #ffe4d6; }
.home-page .review-card:last-child { background: #f9e3ed; }
.home-page .review-card blockquote { font-family: inherit; font-weight: 650; letter-spacing: -.025em; line-height: 1.35; }
.home-page .review-card cite { font-size: .875rem; }
.home-page #how-it-works { background: #f8f6f2; }
.home-page .process-card { box-shadow: none; border: 1px solid var(--line); background: #fff; border-radius: 20px; }
.home-page .process-card:nth-child(2) { transform: none; }
.home-page .process-card p { font-size: 1rem; }
.home-page .process-card::before { background: #ffe0d2; box-shadow: none; width: 44px; height: 44px; color: var(--ink); font-size: .875rem; }
.home-page .process-card:nth-child(2)::before { background: #fad4e3; color: var(--ink); }
.home-page .process-card:nth-child(3)::before { background: #dbe6ff; }
.home-page .proposal { background: radial-gradient(ellipse at 0% 100%,#473962 0%,transparent 46%),var(--ink); }
.home-page .proposal .eyebrow { color: #ffa886; }
.home-page .proposal .form-shell { border: 0; box-shadow: 10px 10px 0 var(--coral); padding: 32px; border-radius: 22px; }
.home-page :is(label,legend,.check) { font-size: .875rem; }
.home-page :is(.form-hint,.form-status,.email-fallback,.proposal-point,.footer-links a) { font-size: .875rem; }
.home-page .form-actions .button { background: var(--ink); }
.home-page .reveal.portrait-card:nth-child(2).is-visible { transform: none; }
.home-page .bead-feature .detail-link { font-size: 1rem; }
.catalog-page .hero { padding: 0 0 75px; }
.catalog-page .hero h1 { color: #d64428; max-width: 14ch; }
.catalog-page .hero-image { border-radius: 24px; }
.catalog-page .catalog-card { border-top: 0; box-shadow: none; }
.catalog-page .catalog-card .kicker { color: #ac355d; }
.catalog-page .catalog-card.painting-catalog { grid-column: 1/-1; display: grid; grid-template-columns: 1.15fr 1fr; background: #fff0df; }
.catalog-page .painting-catalog .media { aspect-ratio: 16/9; }
.catalog-page .painting-catalog .copy { align-self: center; padding: 30px; }
.catalog-page .category-link { background: #ffe3d4; }
.catalog-page .cta-panel { background: linear-gradient(100deg,#f35532,#ec427d); color: #17233e; }
.catalog-page .cta-panel .eyebrow { color: #101828 !important; }
.catalog-page .cta-panel p { color: #101828; }
.catalog-page .format-card { border-top-width: 4px; box-shadow: none; }
@media (hover:hover) {
  .home-page .portrait-card:nth-child(2):hover { transform: translateY(-5px); }
}
@media (max-width: 1050px) {
  .home-page .hero-grid { gap: 35px; }
  .home-page .hero h1 { font-size: clamp(4.2rem,8.5vw,6rem); }
  .home-page .experiences::after { display: none; }
}
@media (max-width: 920px) {
  .home-page .hero-grid { grid-template-columns: 1fr; }
  .home-page .hero-copy { max-width: 640px; }
  .home-page .hero h1 { font-size: clamp(4rem,9vw,5.5rem); }
  .home-page .hero-art { width: 100%; max-width: 700px; min-height: 0; margin: auto; }
  .home-page .hero-main { aspect-ratio: 16/9; }
  .home-page .hero-small { aspect-ratio: 3/2; }
  .home-page .experience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-page .experience-card,
  .home-page .experience-card.span2,
  .home-page .experience-card.bead-feature,
  .home-page .charm-feature { grid-column: span 1; }
  .home-page .experience-card.painting-feature { grid-column: 1/-1; }
  .home-page .product-mosaic { aspect-ratio: 1; }
  .home-page .painting-gallery { grid-template-columns: 1.15fr 1fr; }
}
@media (max-width: 680px) {
  .draft-c .nav { min-height: 70px; gap: 10px; }
  .draft-c .logo img { width: 130px; height: auto; }
  .draft-c .nav-links .button { padding: 0 12px; font-size: .8rem; min-height: 42px; }
  .draft-c .wrap { width: calc(100% - 36px); }
  .home-page section { padding: 60px 0; }
  .home-page .hero { padding: 46px 0 58px; }
  .home-page .hero-grid { gap: 32px; }
  .home-page .hero h1 { font-size: clamp(3.5rem,14vw,5rem); letter-spacing: -.065em; }
  .home-page .hero-copy .lede { font-size: 1rem; }
  .home-page .hero::before { width: 400px; height: 400px; right: -155px; bottom: -80px; top: auto; }
  .home-page .hero::after { width: 310px; height: 310px; right: 30%; bottom: -230px; }
  .home-page .hero-art { gap: 10px; }
  .home-page .hero-art::after { right: -13px; font-size: 50px; }
  .home-page .hero-main { border-width: 4px; border-radius: 20px; }
  .home-page .hero-stack { gap: 10px; }
  .home-page .hero-small { border-width: 3px; border-radius: 14px; }
  .home-page .section-head h2 { font-size: clamp(2.25rem,9vw,3rem); }
  .home-page .portrait-card.wide .portrait-copy { padding: 25px; }
  .home-page .portrait-collage { min-height: 270px; }
  .home-page .portrait-card:nth-child(2),
  .home-page .reveal.portrait-card:nth-child(2).is-visible { transform: none; }
  .home-page .experiences { margin: 0 8px; border-radius: 28px; padding: 50px 0; }
  .home-page .experiences>.wrap { width: calc(100% - 32px); }
  .home-page .experiences::before { width: 240px; height: 240px; right: -175px; top: -110px; }
  .home-page .experience-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .home-page .experience-copy { padding: 24px; }
  .home-page .product-mosaic { aspect-ratio: 4/3; }
  .home-page .flower-split { aspect-ratio: 4/3; }
  .home-page .experience-card.painting-feature { grid-column: auto; }
  .home-page .painting-feature .experience-copy { grid-template-columns: 1fr; gap: 5px; padding: 24px; }
  .home-page .painting-gallery { grid-template-columns: 1fr; gap: 23px; padding: 0 15px 22px; }
  .home-page .brand-strip { margin-top: 20px; padding: 0; }
  .home-page .brand-strip-inner { gap: 26px; padding: 42px 0; }
  .home-page .proposal .form-shell { padding: 24px 20px; box-shadow: 6px 6px 0 var(--coral); }
  .home-page .form-actions .button { width: 100%; }
  .home-page .event-ribbon-track span { font-size: .8rem; }
  .home-page .ribbon-toggle { right: 6px; }
  .catalog-page .hero { padding: 0 0 55px; }
  .catalog-page .catalog-card.painting-catalog { display: block; }
}
@media (max-width: 350px) {
  .draft-c .logo img { width: 110px; }
  .draft-c .nav-links .button { font-size: .75rem; padding: 0 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .ribbon-toggle { display: none; }
  .home-page .event-ribbon-track { animation: none; }
  .home-page .reveal { opacity: 1; transform: none; }
}
