:root {
  --sf-blue: #d9531e;
  --sf-blue-dark: #8a3319;
  --sf-sky: #fff5e9;
  --sf-red: #e5531f;
  --sf-ink: #201915;
  --sf-muted: #685b53;
  --sf-line: #ead8ca;
  --sf-shadow: 0 18px 50px rgba(111, 45, 24, .12);
}

body { background: #fffdf9; }
.sf-section { scroll-margin-top: 84px; }
.sf-section--soft { background: linear-gradient(180deg, #fffaf3 0%, #fff3e5 100%); }
.sf-kicker { color: #c84d1f; }
.sf-title { color: #241a16; }
.sf-button { min-height: 50px; }
.sf-button--primary { background: linear-gradient(135deg, #ef6b24, #dd4519); box-shadow: 0 12px 28px rgba(217, 71, 27, .22); }
.sf-button--outline { border-color: #df5a28; color: #a33a19; background: rgba(255,255,255,.94); }

.sf-site-header { border-bottom-color: rgba(234,216,202,.86); background: rgba(255,255,255,.97); }
.sf-header-inner { min-height: 76px; }
.custom-logo { max-height: 50px; }
.sf-brand-link { color: #6f2d18; }
.sf-nav ul { gap: 20px; }
.sf-nav a { color: #2a211d; font-size: .92rem; }
.sf-nav a:hover { color: #d94f1f; }
.sf-menu-toggle { color: #8a3319; }

/* Approved target: bright, food-forward first view with dark copy on cream. */
.sf-hero {
  color: #251b17;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.96), transparent 34%),
    linear-gradient(112deg, #fffdf8 0%, #fff4e3 48%, #f6d0a7 100%);
}
.sf-hero-inner {
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  min-height: 610px;
  padding: 54px 0;
}
.sf-hero-copy { position: relative; z-index: 3; }
.sf-hero .sf-kicker--light { color: #be4a21; }
.sf-hero h1 {
  color: #171411;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(3rem, 5.8vw, 5.45rem);
  line-height: 1.08;
  letter-spacing: -.055em;
  text-shadow: 0 2px 0 rgba(255,255,255,.45);
}
.sf-hero-copy > p:not(.sf-kicker) {
  max-width: 590px;
  color: #58483e;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.95;
}
.sf-hero-actions { margin-top: 28px; }
.sf-hero .sf-button--outline { border-color: #df5a28; background: rgba(255,255,255,.92); color: #a33a19; }

.sf-hero-visual {
  position: relative;
  min-height: 505px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px 30px 30px 8px;
  background: #fff;
  box-shadow: 0 26px 66px rgba(107,47,22,.18);
}
.sf-hero-photo-grid {
  width: 100%;
  min-height: 505px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  background: #f0b976;
}
.sf-hero-photo { width: 100%; height: 100%; object-fit: cover; }
.sf-hero-photo--main { grid-row: 1 / 3; min-height: 505px; }
.sf-hero-visual--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(54,23,11,.56) 100%);
}
.sf-hero-proof--overlay {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
  width: auto;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 16px;
  background: rgba(66,29,15,.78);
  backdrop-filter: blur(10px);
  color: #fff;
}
.sf-hero-proof--overlay .sf-hero-proof-label { margin-bottom: 5px; color: #ffd8b9; }
.sf-hero-proof--overlay .sf-hero-proof-title { margin: 0 0 4px; color: #fff; font-size: clamp(1.18rem, 2vw, 1.65rem); }
.sf-hero-proof--overlay .sf-hero-proof-note { color: rgba(255,255,255,.82); font-size: .9rem; }
.sf-hero-proof--overlay .sf-hero-tags { margin-top: 10px; }
.sf-hero-tags span { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.12); }

/* Corporate/business content should visually lead; recruitment remains a conversion path. */
.sf-flow-grid { gap: 16px; }
.sf-flow-card,
.sf-job-card,
.sf-business-card,
.sf-info-card { border-color: #ead8ca; box-shadow: 0 12px 32px rgba(111,45,24,.06); }
.sf-flow-card { background: #fffdf9; }
.sf-card-number,
.sf-contact-label { color: #c84d1f; }
.sf-job-card--featured { border-color: rgba(216,79,31,.28); }
.sf-job-type,
.sf-chip-list li,
.sf-tag-list li { background: #fff0df; color: #8f351a; }
.sf-job-salary,
.sf-contact-number { color: #6f2d18; }
.sf-stat { background: linear-gradient(150deg, #7b321d, #b44620); }
.sf-value-panel { background: #fff1df; }
.sf-business-card--accent { background: linear-gradient(145deg, #c54a20, #8c3218); }
.sf-contact-panel { background: #fff5e9; }
.sf-contact-panel--business { background: linear-gradient(135deg, #75301b, #9f3b1d); }
.sf-site-footer { background: #2c1811; }

.sf-store-gallery,
.sf-store-gallery-section { background: #fffaf4; }
.sf-store-gallery-card { border-color: #ead8ca !important; box-shadow: 0 14px 38px rgba(92,49,27,.08) !important; }
.sf-store-gallery-proof { background: linear-gradient(135deg,#8f361b,#c94d20) !important; }

@media (min-width: 921px) {
  .sf-hero .sf-container { width: min(calc(100% - 56px), 1380px); }
}

@media (max-width: 920px) {
  .sf-hero-inner { grid-template-columns: 1fr; gap: 28px; padding: 42px 0 58px; }
  .sf-hero-copy { max-width: 720px; }
  .sf-hero-visual { min-height: 430px; border-radius: 24px; }
  .sf-hero-photo-grid { min-height: 430px; }
  .sf-hero-photo--main { min-height: 430px; }
}

@media (max-width: 640px) {
  .sf-site-header { background: rgba(255,255,255,.98); }
  .sf-hero {
    background:
      radial-gradient(circle at 16% 10%, rgba(255,255,255,.98), transparent 36%),
      linear-gradient(180deg, #fffdf8 0%, #fff0dc 76%, #f4c896 100%);
  }
  .sf-hero-inner { padding-top: 30px; gap: 24px; }
  .sf-hero h1 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .sf-hero-line { white-space: normal; }
  .sf-hero-copy > p:not(.sf-kicker) { line-height: 1.8; }
  .sf-hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .sf-hero-actions .sf-button { width: 100%; }
  .sf-hero-visual { min-height: 340px; border-radius: 20px; }
  .sf-hero-photo-grid { min-height: 340px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.18fr .82fr; }
  .sf-hero-photo--main { grid-column: 1 / 3; grid-row: 1; min-height: 220px; }
  .sf-hero-proof--overlay { left: 10px; right: 10px; bottom: 10px; padding: 12px 13px; }
  .sf-hero-proof--overlay .sf-hero-proof-note { display: none; }
  .sf-hero-tags { margin-top: 8px; }
}
