:root {
  --franchise-red: #ef1f24;
  --franchise-red-dark: #d61b20;
  --franchise-cream: #f7f1e7;
  --franchise-ink: #121212;
  --franchise-paper: rgba(255, 255, 255, 0.92);
  --franchise-border: rgba(233, 31, 36, 0.28);
}


#origami-franchise-page .franchise-shell {
  max-width: 1240px;
  margin-bottom: 5%;
}

.franchise-hero-section,
.franchise-intro-section,
.franchise-benefits-section,
.franchise-expertise-section,
.franchise-concepts-section,
.franchise-contact-section {
  position: relative;
}

.franchise-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 260px;
  align-items: center;
  gap: 28px;
  min-height: 210px;
  padding: 36px 38px;
  border-radius: 16px;
  background: url("/Origami/static/images/red-black.png") center / cover no-repeat;
  overflow: hidden;
}

.franchise-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  mix-blend-mode: screen;
  opacity: 0.45;
  pointer-events: none;
}

.franchise-hero-copy,
.franchise-hero-mark {
  position: relative;
  z-index: 1;
}

.franchise-hero-copy h1 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
}

.franchise-hero-copy p {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-family: "DIN Pro", sans-serif;
  font-size: 22px;
  line-height: 1.32;
}

.franchise-hero-mark {
  display: flex;
  justify-content: center;
}

.franchise-hero-mark-circle,
.franchise-expertise-mark-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.franchise-hero-mark-circle {
  width: 164px;
  height: 164px;
}

.franchise-hero-mark-image {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  object-fit: contain;
}

.franchise-intro-section {
  padding-top: 56px;
}

.franchise-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: center;
}

.franchise-intro-copy {
  padding: 18px 28px 18px 46px;
}

.franchise-intro-copy p {
  margin: 0;
  max-width: 610px;
  font-family: "DIN Pro", sans-serif;
  font-size: 26px;
  line-height: 1.4;
}

.franchise-intro-copy p + p {
  margin-top: 24px;
}

.franchise-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  border: 2px dashed rgba(239, 31, 36, 0.42);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(239, 31, 36, 0.8);
  font-family: "DIN Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.franchise-image-portrait {
  width: 100%;
  aspect-ratio: 0.88;
}

.franchise-section-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.8;
}

.franchise-benefit-image {
  width: 126px;
  height: 126px;
  margin: 0 auto 22px;
  display: block;
  object-fit: contain;
}

.franchise-section-title {
  margin: 0;
  text-align: center;
  color: var(--franchise-red);
  font-family: "Adelle Sans EXT", "DIN Pro", sans-serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.06;
}

.franchise-benefits-section {
  padding-top: 64px;
}

.franchise-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 36px;
  margin-top: 56px;
}

.franchise-benefit-card {
  text-align: center;
}

.franchise-benefit-icon {
  width: 126px;
  height: 126px;
  margin: 0 auto 22px;
  border: 2px solid var(--franchise-red);
  border-radius: 50%;
  position: relative;
}

.franchise-benefit-icon::before,
.franchise-benefit-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--franchise-red);
}

.franchise-benefit-icon-chef::before {
  width: 56px;
  height: 44px;
  border-radius: 50% 50% 12px 12px;
  top: 38%;
}

.franchise-benefit-icon-chef::after {
  width: 46px;
  height: 28px;
  border-top: 0;
  border-left: 0;
  transform: translate(-50%, -10%) rotate(45deg);
}

.franchise-benefit-icon-growth::before {
  width: 58px;
  height: 40px;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-top: 0;
  border-right: 0;
  transform: translate(-55%, -25%);
}

.franchise-benefit-icon-growth::after {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  transform: translate(6%, -54%) rotate(22deg);
}

.franchise-benefit-icon-launch::before {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.franchise-benefit-icon-launch::after {
  width: 22px;
  height: 52px;
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(-42deg);
}

.franchise-benefit-icon-bowl::before {
  width: 70px;
  height: 36px;
  border-radius: 0 0 40px 40px;
  border-top: 0;
  top: 58%;
}

.franchise-benefit-icon-bowl::after {
  width: 70px;
  height: 34px;
  border-radius: 50%;
  top: 34%;
}

.franchise-benefit-icon-cutlery::before {
  width: 58px;
  height: 6px;
  border-width: 0 0 2px 0;
  transform: translate(-50%, 10%) rotate(45deg);
}

.franchise-benefit-icon-cutlery::after {
  width: 58px;
  height: 6px;
  border-width: 0 0 2px 0;
  transform: translate(-50%, 10%) rotate(-45deg);
}

.franchise-benefit-icon-tools::before {
  width: 66px;
  height: 48px;
  border-radius: 10px;
}

.franchise-benefit-icon-tools::after {
  width: 48px;
  height: 58px;
  border-width: 2px 0 0 2px;
  transform: translate(-16%, -8%);
}

.franchise-benefit-card p {
  max-width: 290px;
  margin: 0 auto;
  font-family: "DIN Pro", sans-serif;
  font-size: 22px;
  line-height: 1.28;
}

.franchise-expertise-section {
  padding-top: 74px;
}

.franchise-expertise-title {
  margin-bottom: 34px;
  text-align: left;
}

.franchise-expertise-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(15, 11, 9, 0.64), rgba(15, 11, 9, 0.64)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 42%),
    #241915;
}

.franchise-expertise-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 7, 6, 0.36) 0%, rgba(8, 7, 6, 0.18) 42%, rgba(8, 7, 6, 0.32) 100%);
  pointer-events: none;
}

.franchise-image-wide {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.franchise-expertise-overlay {
  position: relative;
  z-index: 1;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 48px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.franchise-expertise-text {
  max-width: 760px;
}

.franchise-expertise-copy {
  max-width: 700px;
}

.franchise-expertise-copy p {
  margin: 0;
  color: #ffffff;
  font-family: "DIN Pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.34;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
}

.franchise-expertise-copy p + p {
  margin-top: 22px;
}

.franchise-expertise-mark {
  display: flex;
  justify-content: center;
  align-items: center;
}

.franchise-expertise-mark-image {
  width: min(100%, 240px);
  height: auto;
  display: block;
}

.franchise-concepts-section {
  padding-top: 72px;
}

.franchise-concepts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 44px;
}

.franchise-concept-card {
  overflow: hidden;
  border-radius: 16px;
  background: var(--franchise-paper);
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 12px 28px rgba(30, 18, 12, 0.06);
}

.franchise-concept-card header {
  padding: 22px 26px 18px;
  background: var(--franchise-red);
}

.franchise-concept-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: "DIN Pro", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.franchise-concept-card ul {
  margin: 0;
  padding: 28px 30px 30px 46px;
}

.franchise-concept-card li {
  margin-bottom: 10px;
  font-family: "DIN Pro", sans-serif;
  font-size: 20px;
  line-height: 1.38;
}

.franchise-contact-section {
  padding-top: 74px;
}

.franchise-contact-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.franchise-contact-copy {
  padding-top: 30px;
}

.franchise-contact-copy h2 {
  margin: 0 0 10px;
  color: var(--franchise-red);
  font-family: "DIN Pro", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 0.95;
}

.franchise-contact-copy p {
  margin: 0;
  font-family: "DIN Pro", sans-serif;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
}

.franchise-contact-form {
  width: 100%;
}

.franchise-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 28px;
}

.franchise-form-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.franchise-form-col label {
  font-family: "DIN Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #141414;
}

.franchise-form-col input,
.franchise-form-col textarea {
  width: 100%;
  border: 1px solid var(--franchise-red);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #141414;
  font-family: "DIN Pro", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.franchise-form-col input {
  min-height: 48px;
  padding: 10px 14px;
}

.franchise-form-col textarea {
  min-height: 208px;
  padding: 12px 14px;
  resize: vertical;
}

.franchise-form-col input::placeholder,
.franchise-form-col textarea::placeholder {
  color: rgba(20, 20, 20, 0.34);
}

.franchise-form-message-col {
  align-content: start;
}

.franchise-submit-btn {
  margin-top: 22px;
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: var(--franchise-red);
  color: #ffffff;
  font-family: "DIN Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .franchise-hero-card {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .franchise-intro-grid,
  .franchise-expertise-overlay,
  .franchise-contact-grid,
  .franchise-form-grid {
    grid-template-columns: 1fr;
  }

  .franchise-intro-copy {
    padding-left: 0;
  }

  .franchise-expertise-overlay {
    position: relative;
    inset: auto;
    padding: 46px 24px;
  }

  .franchise-expertise-text,
  .franchise-expertise-mark {
    max-width: none;
  }

  .franchise-expertise-text .franchise-section-title {
    text-align: center;
  }

  .franchise-contact-copy {
    padding-top: 0;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  #origami-franchise-page {
    padding: 20px 0 52px;
  }

  .franchise-hero-card,
  .franchise-benefits-grid,
  .franchise-concepts-grid {
    grid-template-columns: 1fr;
  }

  .franchise-hero-mark {
    justify-content: flex-start;
  }

  .franchise-benefits-grid {
    gap: 34px;
  }

  .franchise-benefit-card p,
  .franchise-concept-card li,
  .franchise-intro-copy p,
  .franchise-expertise-copy p,
  .franchise-contact-copy p {
    font-size: 18px;
  }

  .franchise-contact-copy h2 {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  #origami-franchise-page {
    padding: 10px 0 28px;
  }

  #origami-franchise-page .franchise-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .franchise-hero-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 12px 16px;
    min-height: auto;
    border-radius: 8px;
    margin-top: 10%;
  }

  .franchise-hero-mark {
    justify-content: center;
    order: -1;
    margin-bottom: 6px;
  }

  .franchise-hero-mark-circle {
    width: auto;
    height: auto;
  }

  .franchise-hero-mark-image {
    width: 92px;
    height: auto;
  }

  .franchise-hero-copy {
    text-align: center;
  }

  .franchise-hero-copy h1 {
    font-size: 32px;
    line-height: 1.05;
    margin-bottom: 10px;
    text-align: left;
  }

  .franchise-section-title {
    font-size: 18px;
    line-height: 1.15;
    text-align: center;
  }

  .franchise-hero-copy p {
    max-width: none;
    text-align: left;
  }
  .franchise-hero-copy p,
  .franchise-intro-copy p,
  .franchise-benefit-card p,
  .franchise-expertise-copy p,
  .franchise-concept-card li,
  .franchise-contact-copy p,
  .franchise-form-col label,
  .franchise-form-col input,
  .franchise-form-col textarea,
  .franchise-submit-btn {
    font-size: 11px;
    line-height: 1.35;
  }

  .franchise-intro-section,
  .franchise-benefits-section,
  .franchise-expertise-section,
  .franchise-concepts-section,
  .franchise-contact-section {
    padding-top: 18px;
  }

  .franchise-intro-grid {
    grid-template-columns: minmax(0, 1fr) 98px;
    gap: 10px;
    align-items: start;
  }

  .franchise-intro-copy {
    padding: 0;
  }

  .franchise-intro-copy p + p {
    margin-top: 10px;
  }

  .franchise-image-portrait {
    border-radius: 8px;
    aspect-ratio: 0.68;
  }

  .franchise-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
    margin-top: 14px;
  }

  .franchise-benefit-image,
  .franchise-benefit-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 8px;
  }

  .franchise-benefit-card p {
    max-width: 120px;
  }

  .franchise-expertise-title {
    margin-bottom: 12px;
  }

  .franchise-expertise-media {
    min-height: 210px;
  }

  .franchise-expertise-overlay {
    min-height: 210px;
    padding: 14px 14px 12px;
    gap: 10px;
    align-content: start;
  }

  .franchise-expertise-copy {
    max-width: none;
  }

  .franchise-expertise-mark {
    justify-content: center;
  }

  .franchise-expertise-mark-image {
    width: 86px;
  }

  .franchise-concepts-grid {
    gap: 12px;
    margin-top: 12px;
  }

  .franchise-concept-card {
    border-radius: 8px;
  }

  .franchise-concept-card header {
    padding: 8px 10px 7px;
  }

  .franchise-concept-card ul {
    padding: 10px 12px 12px 20px;
  }

  .franchise-concept-card h3 {
    font-size: 16px;
    line-height: 1.05;
  }

  .franchise-concept-card li {
    margin-bottom: 4px;
  }

  .franchise-contact-copy h2 {
    font-size: 24px;
  }
}





