/* The editorial studio pages are server rendered and need no animation runtime. */
.editorial-theme .ed-page-container {
  width: min(100% - 96px, 1440px);
  margin-inline: auto;
}
.editorial-theme .ed-page-label,
.editorial-theme .ed-page-kicker,
.editorial-theme .ed-project-art-label,
.editorial-theme .ed-project-art-bottom {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .07em;
  line-height: 1.6;
  text-transform: uppercase;
}
.editorial-theme .ed-page-hero { padding: 58px 0 80px; }
.editorial-theme .ed-page-kicker { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 54px; }
.editorial-theme .ed-page-hero h1,
.editorial-theme .ed-contact-intro h1 {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(64px, 8.4vw, 128px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .99;
  text-transform: none;
}
.editorial-theme .ed-page-hero h1 em,
.editorial-theme .ed-contact-intro h1 em,
.editorial-theme .ed-studio-copy h2 em,
.editorial-theme .ed-page-section-title h2 em,
.editorial-theme .ed-experience h2 em,
.editorial-theme .ed-auth-aside blockquote em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.065em;
}
.editorial-theme .ed-page-hero-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-top: 55px; }
.editorial-theme .ed-page-hero-bottom > .ed-page-label { padding-top: 5px; }
.editorial-theme .ed-page-hero-bottom > div { max-width: 590px; }
.editorial-theme .ed-page-hero-bottom p { color: #68695e; font-size: 19px; line-height: 1.6; margin-bottom: 25px; }
.editorial-theme .ed-page-link { display: inline-flex; min-height: 44px; gap: 35px; align-items: center; border-bottom: 1px solid #252620; font-size: 14px; }
.editorial-theme .ed-page-link span { font-size: 24px; }
.editorial-theme .ed-page-link:hover { color: #9c442f; border-color: #9c442f; }
.editorial-theme .ed-page-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 56px; padding: 14px 22px; border: 1px solid #252620; border-radius: 2px; color: #f4f1ea; background: #252620; font-size: 14px; font-weight: 500; cursor: pointer; }
.editorial-theme .ed-page-button:hover { color: #252620; background: #c5cf6b; }
.editorial-theme .ed-page-button span { font-size: 24px; line-height: 1; }
.editorial-theme .ed-page-button-full { width: 100%; }
.editorial-theme :is(.ed-page-link, .ed-page-button, .ed-service-index a, .ed-project-featured):focus-visible { outline: 2px solid #9c442f; outline-offset: 5px; }

/* Services — an index followed by generous, readable detail rows. */
.editorial-theme .ed-service-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 32px; margin-top: 64px; }
.editorial-theme .ed-service-index a { display: flex; gap: 16px; align-items: center; min-height: 68px; border-top: 1px solid #bfc0b3; font-size: 14px; }
.editorial-theme .ed-service-index a span { color: #68695e; font-family: monospace; font-size: 11px; }
.editorial-theme .ed-service-index a i { margin-left: auto; font-size: 20px; font-style: normal; }
.editorial-theme .ed-service-index a:hover { color: #9c442f; }
.editorial-theme .ed-service-details { background: #eeece3; padding-bottom: 50px; }
.editorial-theme .ed-service-details .detail-list { border-top: 0; }
.editorial-theme .ed-service-details .detail-row { grid-template-columns: .18fr 1fr 1fr; gap: 48px; padding: 70px 0; border-color: #bfc0b3; }
.editorial-theme .ed-service-details .detail-index { font-family: monospace; font-weight: 400; font-size: 13px; }
.editorial-theme .ed-service-details .service-icon { display: none; }
.editorial-theme .ed-service-details .eyebrow { color: #68695e; font-size: 11px; font-family: monospace; font-weight: 400; letter-spacing: .06em; }
.editorial-theme .ed-service-details h2 { font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(28px, 3vw, 46px); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; }
.editorial-theme .ed-service-details .detail-row > div:last-child > p { font-size: 16px; color: #68695e; line-height: 1.65; }
.editorial-theme .ed-service-details .check-list { margin-top: 28px; }
.editorial-theme .ed-service-details .check-list li { padding: 12px 0; font-size: 14px; border-color: #d1d1c5; }
.editorial-theme .ed-service-details .check-list li::before { content: "+"; color: #68695e; }
.editorial-theme .ed-performance { padding: 96px 0; background: #dedfcf; color: #252620; }
.editorial-theme .ed-performance .pricing-layout { display: grid; grid-template-columns: 1.25fr .8fr; gap: 8%; }
.editorial-theme .ed-performance h2 { font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(32px, 3.5vw, 54px); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; margin: 25px 0; }
.editorial-theme .ed-performance h2 em { font-family: Georgia, serif; font-weight: 400; color: #252620; }
.editorial-theme .ed-performance .pricing-layout > div:first-child > p { color: #535549; font-size: 16px; line-height: 1.7; }
.editorial-theme .ed-performance .performance-principles { border-color: #aaae99; }
.editorial-theme .ed-performance .performance-principles li { padding: 22px 0; border-color: #aaae99; }
.editorial-theme .ed-performance .performance-principles li > span { color: #535549; font-weight: 400; font-family: monospace; }
.editorial-theme .ed-performance .performance-principles strong { color: #252620; font-size: 15px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.editorial-theme .ed-performance .performance-principles p,
.editorial-theme .ed-performance .pricing-layout > div:first-child > .pricing-terms { color: #535549; font-size: 14px; line-height: 1.65; }
.editorial-theme .ed-performance .partnership-card { margin-top: 6px; padding: 36px; border: 1px solid #b9bdab; background: #f4f1ea; box-shadow: none; }
.editorial-theme .ed-performance .partnership-card h3 { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 32px; line-height: 1.12; font-weight: 500; letter-spacing: -.035em; }
.editorial-theme .ed-performance .partnership-card > p { font-size: 14px; line-height: 1.7; }
.editorial-theme .ed-performance .partnership-factors dt { font-size: 11px; }
.editorial-theme .ed-performance .partnership-factors dd { font-size: 13px; font-weight: 500; }

/* Studio — a graphic study, a personal introduction and clear principles. */
.editorial-theme .ed-studio-story { padding: 20px 0 100px; }
.editorial-theme .ed-studio-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.editorial-theme .ed-studio-art { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 570px; padding: 35px; overflow: hidden; color: #252620; background: #c5cf6b; }
.editorial-theme .ed-studio-art > span { position: relative; z-index: 1; }
.editorial-theme .ed-studio-shape { position: absolute; width: 60%; aspect-ratio: 1; left: 20%; top: 20%; border: 1px solid #252620; border-radius: 50%; }
.editorial-theme .ed-studio-shape::before,
.editorial-theme .ed-studio-shape::after { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 1px solid #252620; }
.editorial-theme .ed-studio-shape::before { left: -20%; top: 12%; background: #252620; }
.editorial-theme .ed-studio-shape::after { left: 18%; top: -14%; background: #c5cf6b; }
.editorial-theme .ed-studio-art-foot { font-size: 11px; font-family: monospace; text-transform: uppercase; letter-spacing: .05em; }
.editorial-theme .ed-studio-copy h2,
.editorial-theme .ed-page-section-title h2 { margin: 26px 0; font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(42px, 4.5vw, 70px); font-weight: 500; line-height: 1.03; letter-spacing: -.05em; }
.editorial-theme .ed-studio-copy p { max-width: 550px; color: #68695e; font-size: 16px; line-height: 1.75; }
.editorial-theme .ed-studio-copy .ed-large-copy { color: #252620; font-size: 21px; line-height: 1.55; }
.editorial-theme .ed-studio-principles { padding: 88px 0; border-top: 1px solid #bfc0b3; background: #e9e7dd; }
.editorial-theme .ed-page-section-title { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.editorial-theme .ed-page-section-title h2 { margin: 0; }
.editorial-theme .ed-values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.editorial-theme .ed-values-grid article { padding-top: 24px; border-top: 1px solid #acae9e; }
.editorial-theme .ed-values-grid article > span { color: #68695e; font: 11px monospace; }
.editorial-theme .ed-values-grid h3 { margin: 42px 0 20px; font-size: 25px; font-weight: 500; line-height: 1.15; letter-spacing: -.03em; }
.editorial-theme .ed-values-grid p { color: #68695e; font-size: 15px; line-height: 1.7; }
.editorial-theme .ed-experience { padding: 90px 0; }
.editorial-theme .ed-experience-grid { display: grid; grid-template-columns: .85fr 1fr 1fr; gap: 50px; align-items: center; }
.editorial-theme .ed-experience-grid > strong { font-size: clamp(100px, 13vw, 190px); font-weight: 400; letter-spacing: -.09em; line-height: 1; }
.editorial-theme .ed-experience h2 { font-size: clamp(32px, 3.7vw, 56px); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; margin: 20px 0 0; }
.editorial-theme .ed-experience p { color: #68695e; font-size: 16px; line-height: 1.7; }

/* Work — original CSS compositions; every speculative project is labelled. */
.editorial-theme .ed-portfolio-section { padding-bottom: 95px; }
.editorial-theme .ed-project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px 36px; align-items: start; }
.editorial-theme .ed-portfolio-project { min-width: 0; }
.editorial-theme .ed-project-featured { grid-column: 1 / -1; }
.editorial-theme .ed-project-visual { position: relative; min-height: 480px; overflow: hidden; }
.editorial-theme .ed-project-art-label { position: absolute; top: 28px; left: 30px; right: 30px; z-index: 2; display: flex; justify-content: space-between; gap: 20px; }
.editorial-theme .ed-project-art-bottom { position: absolute; bottom: 28px; left: 30px; right: 30px; }
.editorial-theme .ed-portfolio-caption { display: grid; grid-template-columns: 1fr; gap: 8px; padding-top: 24px; }
.editorial-theme .ed-portfolio-caption h2 { font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 500; font-size: 29px; letter-spacing: -.04em; margin: 8px 0 0; line-height: 1.2; }
.editorial-theme .ed-portfolio-caption p { color: #68695e; font-size: 15px; line-height: 1.6; margin: 0; }
.editorial-theme .ed-portfolio-caption small { display: block; margin-top: 9px; font-size: 12px; }
.editorial-theme .ed-portfolio-caption-link { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; padding-bottom: 8px; border-bottom: 1px solid #bfc0b3; color: #252620; }
.editorial-theme .ed-portfolio-caption-link i { font-style: normal; font-size: 24px; line-height: 1; }
.editorial-theme .ed-project-featured .ed-portfolio-caption { grid-template-columns: 1fr 1fr; gap: 48px; }
.editorial-theme .ed-project-featured .ed-portfolio-caption h2 { font-size: 44px; }
.editorial-theme .ed-visual-eveno { min-height: 610px; background: #c5cf6b; color: #252620; }
.editorial-theme .ed-eveno-wordmark { position: absolute; left: 5%; top: 18%; font-size: clamp(70px, 13vw, 200px); letter-spacing: -.075em; line-height: 1; font-weight: 600; }
.editorial-theme .ed-eveno-wordmark > span { font-size: 16px; position: absolute; top: 10px; right: -22px; }
.editorial-theme .ed-eveno-line { position: absolute; height: 280px; width: 75%; border: 1px solid #6f7743; border-radius: 50%; transform: rotate(-17deg); left: -8%; top: 40%; }
.editorial-theme .ed-eveno-ticket { position: absolute; right: 9%; top: 18%; width: 280px; min-height: 370px; padding: 24px; background: #f4f1ea; color: #252620; box-shadow: 0 12px 24px #3e422016; transform: rotate(8deg); }
.editorial-theme .ed-eveno-ticket > span { font-size: 13px; }
.editorial-theme .ed-eveno-seal { display: grid; place-items: center; position: relative; height: 172px; font-family: Georgia, serif; font-style: italic; font-size: 150px; line-height: 1; }
.editorial-theme .ed-eveno-seal > span { position: absolute; right: 38px; bottom: 18px; display: grid; place-items: center; width: 35px; height: 35px; background: #c5cf6b; border-radius: 50%; font-family: Arial, sans-serif; font-size: 20px; font-style: normal; }
.editorial-theme .ed-eveno-ticket > small { display: block; padding-top: 18px; margin-top: 16px; border-top: 1px solid #bfc0b3; font-size: 12px; }
.editorial-theme .ed-visual-commerce { min-height: 580px; background: #a3533d; color: #faf6ed; }
.editorial-theme .ed-commerce-device { position: absolute; left: 9%; top: 16%; z-index: 1; width: 235px; min-height: 411px; padding: 20px 18px; border: 6px solid #252620; border-radius: 28px; background: #f4f1ea; color: #252620; transform: rotate(-8deg); box-shadow: 8px 22px 28px #42241830; }
.editorial-theme .ed-device-top { display: flex; justify-content: space-between; gap: 10px; font-size: 9px; }
.editorial-theme .ed-device-top i { font-style: normal; }
.editorial-theme .ed-commerce-device > strong { display: block; margin: 24px 0 5px; font-size: 34px; font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.editorial-theme .ed-commerce-device > small { color: #68695e; font-size: 10px; }
.editorial-theme .ed-device-chart { display: flex; align-items: end; gap: 7px; height: 85px; margin: 20px 0; border-bottom: 1px solid #bfc0b3; }
.editorial-theme .ed-device-chart i { flex: 1; height: 35%; background: #c5cf6b; border-radius: 3px 3px 0 0; }
.editorial-theme .ed-device-chart i:nth-child(2) { height: 47%; }
.editorial-theme .ed-device-chart i:nth-child(3) { height: 41%; }
.editorial-theme .ed-device-chart i:nth-child(4) { height: 67%; }
.editorial-theme .ed-device-chart i:nth-child(5) { height: 58%; }
.editorial-theme .ed-device-chart i:nth-child(6) { height: 75%; }
.editorial-theme .ed-device-chart i:nth-child(7) { height: 95%; background: #252620; }
.editorial-theme .ed-device-card { padding: 14px; background: #e4e3d7; position: relative; }
.editorial-theme .ed-device-card span { display: block; font-size: 8px; }
.editorial-theme .ed-device-card b { display: block; margin-top: 9px; font-size: 12px; font-weight: 500; line-height: 1.35; }
.editorial-theme .ed-device-card i { position: absolute; right: 14px; bottom: 10px; font-style: normal; }
.editorial-theme .ed-device-nav { display: flex; justify-content: space-between; font-size: 8px; padding-top: 20px; }
.editorial-theme .ed-commerce-word { position: absolute; right: 8%; bottom: 12%; font-size: clamp(35px, 4.6vw, 70px); line-height: .92; letter-spacing: -.045em; }
.editorial-theme .ed-commerce-word em { font-family: Georgia, serif; }
.editorial-theme .ed-portfolio-operations { margin-top: 100px; }
.editorial-theme .ed-visual-operations { min-height: 470px; background: #dcded6; color: #252620; }
.editorial-theme .ed-operations-sheet { position: absolute; width: 86%; top: 25%; left: 8%; padding: 22px; background: #f8f7f0; box-shadow: 0 20px 24px #2526200e; transform: rotate(5deg); }
.editorial-theme .ed-sheet-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 13px; border-bottom: 1px solid #bfc0b3; }
.editorial-theme .ed-sheet-header strong { font-size: 14px; font-weight: 500; }
.editorial-theme .ed-sheet-header > span { font-size: 8px; }
.editorial-theme .ed-sheet-intro { margin: 20px 0 24px; font-size: 34px; line-height: 1; letter-spacing: -.04em; }
.editorial-theme .ed-sheet-intro em { font-family: Georgia, serif; }
.editorial-theme .ed-sheet-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.editorial-theme .ed-sheet-columns small { display: block; margin-bottom: 8px; font-size: 8px; }
.editorial-theme .ed-sheet-columns span { display: block; min-height: 33px; margin-bottom: 6px; padding: 10px 8px; background: #e7e8dd; font-size: 7px; }
.editorial-theme .ed-sheet-columns > div:last-child span { background: #c5cf6b; }
.editorial-theme .ed-project-wellbeing { grid-column: 1 / -1; }
.editorial-theme .ed-visual-wellbeing { min-height: 500px; background: #ddd2c0; color: #494f3e; }
.editorial-theme .ed-wellbeing-title { position: absolute; left: 8%; top: 22%; font-size: clamp(72px, 8.5vw, 130px); line-height: .93; letter-spacing: -.055em; }
.editorial-theme .ed-wellbeing-title em { font-family: Georgia, serif; }
.editorial-theme .ed-wellbeing-circle { position: absolute; top: 14%; right: 8%; display: grid; place-items: center; width: 355px; height: 355px; border: 1px solid #8d9680; border-radius: 50%; }
.editorial-theme .ed-wellbeing-circle::before { content: ""; position: absolute; inset: 18px; border: 1px solid #8d9680; border-radius: 50%; }
.editorial-theme .ed-wellbeing-circle > div { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 281px; height: 281px; background: #6b745a; color: #f4f1ea; border-radius: 50%; text-align: center; }
.editorial-theme .ed-wellbeing-circle span { font-size: 11px; }
.editorial-theme .ed-wellbeing-circle strong { margin: 16px 0; font-family: Georgia, serif; font-size: 60px; font-weight: 400; font-style: italic; line-height: .98; letter-spacing: -.04em; }
.editorial-theme .ed-wellbeing-circle small { font-size: 10px; }
.editorial-theme .ed-project-wellbeing .ed-portfolio-caption { grid-template-columns: 1fr 1fr; gap: 48px; }
.editorial-theme .ed-portfolio-note { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-top: 36px; margin-top: 90px; border-top: 1px solid #bfc0b3; }
.editorial-theme .ed-portfolio-note p { color: #68695e; font-size: 15px; line-height: 1.7; }
.editorial-theme .ed-portfolio-note strong { color: #252620; font-weight: 500; }

/* Enquiry and account forms retain the Django fields and security controls. */
.editorial-theme .ed-contact-page { padding: 68px 0 96px; }
.editorial-theme .ed-contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; }
.editorial-theme .ed-contact-intro h1 { font-size: clamp(50px, 5.5vw, 86px); margin: 42px 0 30px; }
.editorial-theme .ed-contact-intro > p { max-width: 440px; font-size: 17px; line-height: 1.7; color: #68695e; }
.editorial-theme .ed-contact-method { display: flex; gap: 22px; align-items: center; margin: 48px 0; }
.editorial-theme .ed-contact-method > div { min-width: 0; }
.editorial-theme .ed-contact-arrow { display: grid; place-items: center; flex-shrink: 0; width: 62px; height: 62px; border-radius: 50%; background: #c5cf6b; font-size: 32px; }
.editorial-theme .ed-contact-method small { display: block; color: #68695e; margin-bottom: 5px; font-size: 12px; }
.editorial-theme .ed-contact-method a { display: inline-block; font-size: 16px; text-decoration: underline; text-underline-offset: 5px; overflow-wrap: anywhere; }
.editorial-theme .ed-contact-availability { display: flex; gap: 10px; align-items: center; font-size: 12px; }
.editorial-theme .ed-contact-availability i { width: 7px; height: 7px; border-radius: 50%; background: #65703b; }
.editorial-theme .ed-contact-intro > .ed-contact-small { margin: 12px 0 0; font-size: 12px; max-width: 320px; }
.editorial-theme .ed-enquiry-form { padding: 36px; background: #eeece3; border: 1px solid #d1d1c5; }
.editorial-theme .ed-enquiry-form h2 { font-size: 29px; font-weight: 500; line-height: 1.2; letter-spacing: -.035em; margin: 20px 0 30px; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .field-group { margin-bottom: 23px; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .field-group label { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; margin-bottom: 9px; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .field-group :is(input, select, textarea) { padding: 14px; border: 1px solid #b7baaa; border-radius: 2px; background: #f8f6ef; color: #252620; font-size: 16px; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .field-group :is(input, select) { height: 56px; min-height: 56px; resize: none; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .field-group textarea { min-height: 150px; resize: vertical; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .field-group :is(input, select, textarea):focus { outline: 2px solid #535c30; outline-offset: 2px; box-shadow: none; background: #fffdf6; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .help-text { color: #68695e; font-size: 12px; line-height: 1.65; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .privacy-note { font-size: 12px; margin-top: 16px; line-height: 1.6; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) :is(.form-errors, .field-error) { font-size: 13px; color: #932e22; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .form-errors { margin-bottom: 24px; padding: 12px 16px; background: #f3ded4; border-left: 2px solid #932e22; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .form-errors ul { margin: 0; padding-left: 16px; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check { background: #dedfcf; border: 1px solid #b7baaa; padding: 20px; color: #252620; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check-heading { border-color: #b7baaa; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check-heading span { color: #252620; font-size: 11px; font-family: monospace; font-weight: 400; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check-heading small { color: #535549; font-size: 11px; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check > p { color: #535549; font-size: 13px; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check > p strong { color: #252620; font-family: monospace; font-size: 27px; letter-spacing: .08em; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check .field-group { margin: 0; }
.editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check .field-group label { color: #252620; }
.editorial-theme .ed-auth-page { grid-template-columns: 1fr 1fr; min-height: calc(100svh - 100px); }
.editorial-theme .ed-auth-aside { min-height: 800px; color: #252620; background: #c5cf6b; padding: 48px; }
.editorial-theme .ed-auth-aside-signup { background: #dedfcf; }
.editorial-theme .ed-auth-aside::after { bottom: 17%; width: 64%; right: 8%; opacity: .06; filter: none; }
.editorial-theme .ed-auth-aside > div { width: 100%; }
.editorial-theme .ed-auth-aside .brand { color: #252620; font-size: 18px; line-height: 1.1; }
.editorial-theme .ed-auth-aside .brand-logo { filter: none; width: 60px; }
.editorial-theme .ed-auth-aside blockquote { margin: auto 0; padding: 100px 0; font-size: clamp(54px, 5.5vw, 86px); font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 500; line-height: 1.02; letter-spacing: -.055em; }
.editorial-theme .ed-auth-page .auth-main { min-height: auto; padding: 68px 40px; }
.editorial-theme .ed-auth-card { max-width: 470px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.editorial-theme .ed-auth-card h1 { margin: 23px 0 18px; font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(38px, 4vw, 60px); font-weight: 500; text-transform: none; letter-spacing: -.05em; line-height: 1.08; }
.editorial-theme .ed-auth-card > p { font-size: 15px; line-height: 1.6; }
.editorial-theme .ed-auth-card .auth-switch { font-size: 13px; margin-top: 24px; }
.editorial-theme .ed-auth-card .auth-switch a { color: #252620; text-decoration: underline; text-underline-offset: 4px; }
.editorial-theme .ed-auth-card .auth-back { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; font-size: 13px; }

/* Company — a clear public record in the same editorial language. */
.editorial-theme .ed-company-hero h1 { font-size: clamp(60px, 7.6vw, 116px); }
.editorial-theme .ed-company-scope { padding: 84px 0; background: #eeece3; }
.editorial-theme .ed-company-scope-intro { max-width: 540px; margin: 28px 0 0; color: #68695e; font-size: 16px; line-height: 1.7; }
.editorial-theme .ed-company-capability-list { margin-top: 50px; border-top: 1px solid #bfc0b3; }
.editorial-theme .ed-company-capability-list article { display: grid; grid-template-columns: .18fr 1fr 1.2fr; gap: 35px; align-items: baseline; padding: 34px 0; border-bottom: 1px solid #bfc0b3; }
.editorial-theme .ed-company-capability-list article > span { font: 11px monospace; color: #68695e; }
.editorial-theme .ed-company-capability-list h3 { margin: 0; font-size: 30px; line-height: 1.2; font-weight: 500; letter-spacing: -.04em; }
.editorial-theme .ed-company-capability-list p { margin: 0; color: #68695e; font-size: 16px; line-height: 1.7; }
.editorial-theme .ed-company-identity { padding: 90px 0; color: #252620; background: #f4f1ea; }
.editorial-theme .ed-company-identity-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; }
.editorial-theme .ed-company-identity h2 { margin: 26px 0; font-size: clamp(40px, 4.5vw, 68px); line-height: 1.06; font-weight: 500; letter-spacing: -.045em; }
.editorial-theme .ed-company-identity-layout > div > p { max-width: 480px; color: #68695e; font-size: 16px; line-height: 1.7; }
.editorial-theme .ed-company-record { margin: 0; border-top: 1px solid #bfc0b3; }
.editorial-theme .ed-company-record > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid #bfc0b3; }
.editorial-theme .ed-company-record dt { color: #68695e; font: 11px/1.6 monospace; text-transform: uppercase; letter-spacing: .04em; }
.editorial-theme .ed-company-record dd { min-width: 0; margin: 0; font-size: 15px; overflow-wrap: anywhere; }
.editorial-theme .ed-company-record a { text-decoration: underline; text-underline-offset: 4px; }
.editorial-theme .ed-company-record a:hover { color: #9c442f; }

@media (max-width: 1100px) {
  .editorial-theme .ed-page-container { width: min(100% - 64px, 1440px); }
  .editorial-theme .ed-values-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .editorial-theme .ed-studio-art { min-height: 500px; }
  .editorial-theme .ed-service-details .detail-row { grid-template-columns: .12fr 1fr 1fr; gap: 28px; }
  .editorial-theme .ed-performance .pricing-layout { gap: 5%; }
  .editorial-theme .ed-performance .partnership-card { padding: 26px; }
  .editorial-theme .ed-project-visual.ed-visual-eveno { min-height: 560px; }
  .editorial-theme .ed-eveno-ticket { right: 8%; top: 24%; width: 240px; }
  .editorial-theme .ed-commerce-device { left: 12%; top: 18%; }
  .editorial-theme .ed-commerce-word { bottom: 7%; right: 7%; font-size: 48px; }
  .editorial-theme .ed-project-visual.ed-visual-commerce { min-height: 640px; }
  .editorial-theme .ed-operations-sheet { top: 24%; padding: 15px; }
  .editorial-theme .ed-sheet-header { gap: 8px; }
  .editorial-theme .ed-sheet-header > span { display: none; }
  .editorial-theme .ed-wellbeing-circle { right: 5%; width: 310px; height: 310px; }
  .editorial-theme .ed-wellbeing-circle > div { width: 236px; height: 236px; }
  .editorial-theme .ed-contact-layout { gap: 5%; }
  .editorial-theme .ed-enquiry-form { padding: 26px; }
  .editorial-theme .ed-enquiry-form .form-grid { grid-template-columns: 1fr; gap: 0; }
  .editorial-theme .ed-contact-intro h1 { font-size: 60px; }
  .editorial-theme .ed-auth-aside { padding: 36px; }
}
@media (max-width: 760px) {
  .editorial-theme .ed-page-container { width: calc(100% - 40px); }
  .editorial-theme .ed-page-hero { padding: 38px 0 54px; }
  .editorial-theme .ed-page-kicker { margin-bottom: 40px; }
  .editorial-theme .ed-page-kicker > span:last-child { display: none; }
  .editorial-theme .ed-page-hero h1 { font-size: clamp(43px, 8.8vw, 65px); letter-spacing: -.055em; line-height: 1.03; }
  .editorial-theme .ed-page-hero-bottom { grid-template-columns: 1fr; gap: 24px; margin-top: 34px; }
  .editorial-theme .ed-page-hero-bottom p { font-size: 17px; margin-bottom: 18px; }
  .editorial-theme .ed-service-index { grid-template-columns: 1fr 1fr; gap: 0 20px; margin-top: 40px; }
  .editorial-theme .ed-service-index a { font-size: 12px; gap: 10px; min-height: 66px; }
  .editorial-theme .ed-service-index a span { font-size: 10px; }
  .editorial-theme .ed-service-index a i { font-size: 16px; }
  .editorial-theme .ed-service-details { padding-bottom: 24px; }
  .editorial-theme .ed-service-details .detail-row { grid-template-columns: 30px 1fr; gap: 20px 16px; padding: 40px 0; }
  .editorial-theme .ed-service-details .detail-row > div:last-child { grid-column: 2; }
  .editorial-theme .ed-service-details .detail-row h2 { margin-top: 14px; font-size: 32px; }
  .editorial-theme .ed-service-details .detail-row > div:last-child > p { font-size: 15px; }
  .editorial-theme .ed-service-details .check-list { margin-top: 22px; }
  .editorial-theme .ed-service-details .check-list li { font-size: 13px; }
  .editorial-theme .ed-performance { padding: 54px 0; }
  .editorial-theme .ed-performance .pricing-layout { grid-template-columns: 1fr; gap: 38px; }
  .editorial-theme .ed-performance h2 { font-size: 36px; }
  .editorial-theme .ed-performance .partnership-card { margin: 0; padding: 26px; }
  .editorial-theme .ed-studio-story { padding: 0 0 54px; }
  .editorial-theme .ed-studio-layout { grid-template-columns: 1fr; gap: 40px; }
  .editorial-theme .ed-studio-art { min-height: 440px; padding: 25px; }
  .editorial-theme .ed-studio-shape { width: 56%; left: 23%; top: 22%; }
  .editorial-theme .ed-studio-copy h2,
  .editorial-theme .ed-page-section-title h2 { font-size: 47px; }
  .editorial-theme .ed-studio-principles { padding: 50px 0 30px; }
  .editorial-theme .ed-page-section-title { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .editorial-theme .ed-values-grid { gap: 28px 24px; }
  .editorial-theme .ed-values-grid h3 { margin-top: 30px; font-size: 22px; }
  .editorial-theme .ed-values-grid p { font-size: 14px; }
  .editorial-theme .ed-experience { padding: 54px 0; }
  .editorial-theme .ed-experience-grid { grid-template-columns: .8fr 1fr; gap: 28px; }
  .editorial-theme .ed-experience-grid > strong { font-size: 100px; }
  .editorial-theme .ed-experience h2 { font-size: 32px; }
  .editorial-theme .ed-experience-grid > p { grid-column: 1 / -1; }
  .editorial-theme .ed-portfolio-section { padding-bottom: 45px; }
  .editorial-theme .ed-project-grid { grid-template-columns: 1fr; gap: 48px; }
  .editorial-theme .ed-project-art-label { top: 20px; left: 20px; right: 20px; font-size: 9px; }
  .editorial-theme .ed-project-art-bottom { bottom: 20px; left: 20px; right: 20px; font-size: 9px; }
  .editorial-theme .ed-project-featured .ed-portfolio-caption,
  .editorial-theme .ed-project-wellbeing .ed-portfolio-caption { grid-template-columns: 1fr; gap: 12px; }
  .editorial-theme .ed-portfolio-caption h2 { font-size: 29px; }
  .editorial-theme .ed-project-featured .ed-portfolio-caption h2 { font-size: 36px; }
  .editorial-theme .ed-project-visual.ed-visual-eveno { min-height: 560px; }
  .editorial-theme .ed-eveno-wordmark { left: 6%; top: 17%; font-size: clamp(72px, 15vw, 110px); }
  .editorial-theme .ed-eveno-ticket { top: 38%; right: 14%; width: 195px; min-height: 255px; padding: 18px; }
  .editorial-theme .ed-eveno-ticket > span { font-size: 11px; }
  .editorial-theme .ed-eveno-seal { height: 120px; font-size: 108px; }
  .editorial-theme .ed-eveno-seal > span { right: 15px; bottom: 5px; width: 27px; height: 27px; font-size: 15px; }
  .editorial-theme .ed-eveno-ticket > small { font-size: 10px; margin-top: 5px; padding-top: 12px; }
  .editorial-theme .ed-eveno-line { top: 30%; width: 120%; height: 260px; left: -30%; }
  .editorial-theme .ed-project-visual.ed-visual-commerce { min-height: 590px; }
  .editorial-theme .ed-commerce-device { left: 12%; top: 15%; }
  .editorial-theme .ed-commerce-word { right: 6%; bottom: 7%; font-size: 49px; }
  .editorial-theme .ed-portfolio-operations { margin-top: 0; }
  .editorial-theme .ed-project-visual.ed-visual-operations { min-height: 400px; }
  .editorial-theme .ed-operations-sheet { top: 23%; padding: 20px; }
  .editorial-theme .ed-sheet-header > span { display: block; }
  .editorial-theme .ed-project-visual.ed-visual-wellbeing { min-height: 560px; }
  .editorial-theme .ed-wellbeing-title { font-size: 70px; top: 15%; left: 8%; }
  .editorial-theme .ed-wellbeing-circle { top: auto; bottom: 9%; right: 8%; width: 260px; height: 260px; }
  .editorial-theme .ed-wellbeing-circle > div { width: 194px; height: 194px; }
  .editorial-theme .ed-wellbeing-circle strong { font-size: 44px; }
  .editorial-theme .ed-wellbeing-circle span { font-size: 10px; }
  .editorial-theme .ed-wellbeing-circle small { font-size: 9px; }
  .editorial-theme .ed-portfolio-note { grid-template-columns: 1fr; gap: 20px; margin-top: 45px; padding-top: 25px; }
  .editorial-theme .ed-contact-page { padding: 40px 0 60px; }
  .editorial-theme .ed-contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .editorial-theme .ed-contact-intro h1 { font-size: clamp(48px, 10vw, 70px); margin: 32px 0 25px; }
  .editorial-theme .ed-contact-intro > p { max-width: 100%; }
  .editorial-theme .ed-contact-method { margin: 30px 0; }
  .editorial-theme .ed-enquiry-form { padding: 26px 20px; }
  .editorial-theme .ed-enquiry-form h2 { font-size: 27px; }
  .editorial-theme .ed-enquiry-form .human-check,
  .editorial-theme .ed-auth-card .human-check { padding: 16px; }
  .editorial-theme :is(.ed-enquiry-form, .ed-auth-card) .human-check > p strong { font-size: clamp(20px, 5.5vw, 27px); letter-spacing: .04em; }
  .editorial-theme .ed-auth-page { grid-template-columns: 1fr; }
  .editorial-theme .ed-auth-aside { min-height: 235px; padding: 25px 20px; }
  .editorial-theme .ed-auth-aside blockquote { font-size: 44px; padding: 15px 0 28px; }
  .editorial-theme .ed-auth-aside .brand { display: none; }
  .editorial-theme .ed-auth-page .auth-main { padding: 45px 20px 60px; }
  .editorial-theme .ed-auth-card { max-width: 100%; }
  .editorial-theme .ed-auth-card h1 { font-size: 43px; }
  .editorial-theme .ed-company-hero h1 { font-size: clamp(43px, 8.8vw, 65px); }
  .editorial-theme .ed-company-scope { padding: 50px 0; }
  .editorial-theme .ed-company-capability-list { margin-top: 35px; }
  .editorial-theme .ed-company-capability-list article { grid-template-columns: 24px 1fr; gap: 18px; padding: 28px 0; }
  .editorial-theme .ed-company-capability-list h3 { font-size: 26px; }
  .editorial-theme .ed-company-capability-list p { grid-column: 2; font-size: 15px; }
  .editorial-theme .ed-company-identity { padding: 50px 0; }
  .editorial-theme .ed-company-identity-layout { grid-template-columns: 1fr; gap: 30px; }
  .editorial-theme .ed-company-identity h2 { font-size: 47px; }
  .editorial-theme .ed-company-record > div { gap: 16px; padding: 20px 0; }
  .editorial-theme .ed-company-record dd { font-size: 14px; }
}
@media (max-width: 380px) {
  .editorial-theme .ed-service-index { grid-template-columns: 1fr; }
  .editorial-theme .ed-service-index a { font-size: 14px; min-height: 52px; }
  .editorial-theme .ed-values-grid { grid-template-columns: 1fr; }
  .editorial-theme .ed-values-grid h3 { margin-top: 24px; }
  .editorial-theme .ed-experience-grid { grid-template-columns: 1fr; }
  .editorial-theme .ed-studio-art { min-height: 370px; }
  .editorial-theme .ed-project-art-label { font-size: 8px; gap: 10px; }
  .editorial-theme .ed-wellbeing-circle { right: 5%; }
  .editorial-theme .ed-contact-intro h1 { font-size: 44px; }
  .editorial-theme .ed-auth-card h1 { font-size: 38px; }
  .editorial-theme .ed-company-record > div { grid-template-columns: 1fr; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .editorial-theme :is(.ed-page-button, .ed-page-link, .ed-portfolio-project, .ed-service-index a) { transition: none; }
}
