@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Shippori+Mincho:wght@600;700&display=swap");

:root {
  color-scheme: light;
  --ink: #102d36;
  --ink-soft: #425d64;
  --paper: #f3f0e8;
  --paper-light: #faf8f2;
  --navy: #0d3742;
  --navy-deep: #082932;
  --blue: #1b6171;
  --signal: #dd5c35;
  --lime: #d6e35b;
  --line: rgba(16, 45, 54, 0.18);
  --white: #fffef9;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "IBM Plex Sans JP", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  line-break: strict;
  word-break: normal;
}
.title-line { display: block; white-space: nowrap; }
a:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }

.site-header {
  position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 30px; min-height: 78px; padding: 0 4vw;
  border-bottom: 1px solid var(--line); background: rgba(250, 248, 242, 0.94); backdrop-filter: blur(14px);
}
.brand img { width: 184px; }
.nav-links { display: flex; justify-content: center; gap: 30px; font-size: 14px; font-weight: 700; }
.nav-links a { padding: 28px 0 24px; border-bottom: 3px solid transparent; }
.nav-links a:hover, .nav-links a[aria-current="page"] { border-color: var(--signal); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.text-link { font-size: 13px; font-weight: 700; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px;
  border: 1px solid var(--signal); background: var(--signal); color: white; font-weight: 700;
  transition: transform 160ms ease, background 160ms ease;
}
.button:hover { background: #c54a28; transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 17px; font-size: 13px; }
.button-ghost { border-color: rgba(255,255,255,.6); background: rgba(8,41,50,.22); }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy); }
.button-outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.plain-light { color: white; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.hero { position: relative; min-height: 720px; overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 62% center; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,41,50,.96) 0%, rgba(8,41,50,.87) 35%, rgba(8,41,50,.22) 72%, rgba(8,41,50,.08)); }
.hero-content { position: relative; z-index: 2; width: min(720px, 55vw); padding: 112px 0 150px; margin-left: 7vw; color: white; }
.kicker, .section-number { margin-bottom: 18px; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.kicker { color: var(--lime); }
.section-number { color: var(--signal); }
.section-number.light { color: var(--lime); }
.hero h1, .subhero h1 { margin-bottom: 28px; font-family: "Shippori Mincho", serif; font-size: clamp(48px, 6vw, 82px); line-height: 1.18; letter-spacing: .01em; }
.hero-lead { max-width: 650px; margin-bottom: 34px; font-size: 18px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.language-note { margin: 24px 0 0; font-size: 13px; color: rgba(255,255,255,.76); }
.hero-ledger {
  position: absolute; z-index: 3; right: 5vw; bottom: 0; width: 350px; padding: 28px 30px;
  background: var(--paper-light); box-shadow: 0 22px 60px rgba(0,0,0,.22);
}
.hero-ledger > p { margin-bottom: 20px; font-size: 11px; letter-spacing: .18em; }
.hero-ledger dl { margin: 0 0 18px; }
.hero-ledger dl div { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--line); padding: 13px 0; }
.hero-ledger dt { font-size: 14px; }
.hero-ledger dd { margin: 0; font-size: 24px; font-weight: 700; }
.hero-ledger > span { display: block; padding: 10px; background: var(--lime); text-align: center; font-size: 13px; font-weight: 700; }

.trust-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--paper-light); }
.trust-rail span { padding: 22px; border-right: 1px solid var(--line); text-align: center; font-size: 13px; font-weight: 700; }
.section { padding: 110px max(6vw, 24px); }
.section-intro { display: grid; grid-template-columns: .65fr 1.3fr 1fr; gap: 42px; align-items: start; margin-bottom: 64px; }
.section-intro.compact { grid-template-columns: .5fr 1.5fr; }
.section-intro h2, .operations-heading h2, .split-copy h2, .facility-cta h2, .contact-section h2, .gallery-heading h2 {
  margin-bottom: 0; font-family: "Shippori Mincho", serif; font-size: clamp(34px, 4vw, 58px); line-height: 1.35;
}
.section-intro > p:last-child { color: var(--ink-soft); line-height: 2; }
.fit-grid, .comparison-grid, .local-points { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.fit-grid article, .comparison-grid article, .local-points article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fit-grid span, .local-points span { color: var(--signal); font-weight: 700; }
.fit-grid h3, .comparison-grid h3, .local-points h3 { margin: 48px 0 14px; font-size: 21px; }
.fit-grid p, .comparison-grid p, .local-points p { color: var(--ink-soft); line-height: 1.8; }

.operations-band { display: grid; grid-template-columns: .85fr 1.5fr; gap: 7vw; padding: 110px 7vw; background: var(--navy); color: white; }
.operations-heading { position: sticky; top: 120px; align-self: start; }
.operations-heading p:last-child { margin-top: 28px; color: rgba(255,255,255,.7); line-height: 1.9; }
.operation-list { border-top: 1px solid rgba(255,255,255,.35); }
.operation-list article { display: grid; grid-template-columns: 64px 1fr 1.5fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.22); align-items: start; }
.operation-list span { color: var(--lime); font-weight: 700; }
.operation-list h3 { font-size: 20px; }
.operation-list p { margin-bottom: 0; color: rgba(255,255,255,.72); line-height: 1.8; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.image-stack { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; }
.image-stack img { width: 100%; height: 500px; object-fit: cover; }
.image-stack img:last-child { height: 360px; margin-left: -28px; border: 14px solid var(--paper); }
.rule-list { margin-top: 42px; border-top: 1px solid var(--ink); }
.rule-list article { padding: 22px 0; border-bottom: 1px solid var(--line); }
.rule-list h3 { margin-bottom: 8px; }
.rule-list p { margin-bottom: 0; color: var(--ink-soft); line-height: 1.8; }

.timeline { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.timeline li { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.timeline li > span { font-size: 36px; color: var(--signal); font-weight: 600; }
.timeline h3 { margin-bottom: 8px; font-size: 20px; }
.timeline p { margin-bottom: 0; color: var(--ink-soft); line-height: 1.8; }

.facility-cta { position: relative; min-height: 610px; display: flex; align-items: end; padding: 80px 7vw; overflow: hidden; color: white; }
.facility-cta > img, .facility-cta-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.facility-cta > img { object-fit: cover; }
.facility-cta-overlay { background: linear-gradient(90deg, rgba(8,41,50,.92), rgba(8,41,50,.2)); }
.facility-cta > div:last-child { position: relative; width: min(670px, 80%); }
.facility-cta p:not(.section-number) { margin: 24px 0 30px; line-height: 1.9; }
.portal-strip { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 60px 7vw; background: var(--lime); }
.portal-strip h2 { margin-bottom: 10px; font-size: 28px; }
.portal-strip p { margin-bottom: 0; }
.status-chip { display: inline-flex; padding: 12px 16px; border: 1px solid var(--navy); font-size: 13px; font-weight: 700; }

.contact-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; padding: 100px 7vw; background: var(--signal); color: white; }
.contact-section p:not(.section-number) { max-width: 680px; margin: 24px 0 0; line-height: 1.9; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.contact-actions span { font-size: 13px; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 48px; align-items: end; padding: 46px 6vw; background: var(--navy-deep); color: white; }
.site-footer strong { font-family: "Shippori Mincho", serif; font-size: 20px; }
.site-footer p { margin: 8px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.site-footer nav { display: flex; gap: 24px; font-size: 13px; }
.site-footer small { color: rgba(255,255,255,.5); }

.subhero { position: relative; min-height: 560px; display: flex; align-items: center; padding: 90px 8vw; overflow: hidden; background: var(--navy); color: white; }
.subhero > div:first-child { width: min(760px, 65vw); }
.subhero > div:first-child > p:last-child { max-width: 680px; font-size: 18px; line-height: 2; }
.pricing-hero { justify-content: space-between; gap: 60px; background: linear-gradient(135deg, var(--navy-deep), var(--blue)); }
.price-seal { width: 300px; height: 300px; flex: 0 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; text-align: center; }
.price-seal span { font-size: 14px; }
.price-seal strong { margin: 8px 0; font-family: "Shippori Mincho", serif; font-size: 58px; color: var(--lime); }
.price-seal small { color: rgba(255,255,255,.65); }
.price-principles { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper-light); }
.price-principles article { min-height: 260px; padding: 40px 4vw; border-right: 1px solid var(--line); }
.price-principles span { color: var(--signal); font-weight: 700; }
.price-principles p { margin: 38px 0 8px; font-size: 13px; }
.price-principles strong { display: block; font-size: 30px; }
.price-principles small { display: block; margin-top: 14px; color: var(--ink-soft); line-height: 1.7; }
.cost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cost-grid article { min-height: 230px; padding: 28px; background: var(--paper-light); }
.cost-grid span { font-size: 12px; color: var(--signal); font-weight: 700; }
.cost-grid h3 { margin: 42px 0 12px; }
.cost-grid p { color: var(--ink-soft); line-height: 1.8; }
.quote-band { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 100px 7vw; background: var(--navy); color: white; }
.quote-band h2 { font-family: "Shippori Mincho", serif; font-size: clamp(34px, 4vw, 58px); line-height: 1.35; }
.quote-band p:not(.section-number) { color: rgba(255,255,255,.72); line-height: 1.9; }
.quote-band ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.quote-band li { padding: 22px 12px; border-bottom: 1px solid rgba(255,255,255,.22); }
.comparison-grid article { background: var(--paper-light); }

.company-hero { min-height: 630px; align-items: end; }
.company-hero > img, .subhero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.company-hero > img { object-fit: cover; }
.subhero-shade { background: linear-gradient(90deg, rgba(8,41,50,.93), rgba(8,41,50,.2)); }
.company-hero > div:last-child { position: relative; width: min(740px, 70vw); }
.company-hero > div:last-child > p:last-child { font-size: 18px; line-height: 2; }
.fact-split { display: grid; grid-template-columns: 1.2fr .8fr; }
.fact-split > div { padding: 90px 7vw; }
.fact-split h2 { font-family: "Shippori Mincho", serif; font-size: 44px; }
.fact-table { margin: 44px 0 0; }
.fact-table div { display: grid; grid-template-columns: 150px 1fr; padding: 18px 0; border-top: 1px solid var(--line); }
.fact-table dt { color: var(--ink-soft); }
.fact-table dd { margin: 0; font-weight: 600; }
.warehouse-fact { background: var(--navy); color: white; }
.warehouse-fact strong { display: block; margin: 50px 0 28px; font-size: 26px; line-height: 1.8; }
.warehouse-fact p:last-child { color: rgba(255,255,255,.7); line-height: 1.9; }
.gallery-section { padding: 110px 6vw; background: var(--paper-light); }
.gallery-heading { display: grid; grid-template-columns: .5fr 1.5fr; margin-bottom: 56px; }
.facility-gallery { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 260px 260px; gap: 12px; }
.facility-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--navy); }
.facility-gallery .gallery-main { grid-row: 1 / 3; }
.facility-gallery figure:last-child { grid-column: 2 / 4; }
.facility-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.facility-gallery figure:hover img { transform: scale(1.025); }
.facility-gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; background: rgba(8,41,50,.78); color: white; font-size: 12px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 70px; padding: 0 20px; }
  .brand img { width: 160px; }
  .nav-links, .text-link { display: none; }
  .hero { min-height: 760px; }
  .hero-content { width: calc(100% - 40px); margin-left: 20px; padding: 90px 0 270px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(8,41,50,.94), rgba(8,41,50,.72) 64%, rgba(8,41,50,.36)); }
  .hero h1, .subhero h1 { font-size: clamp(42px, 12vw, 60px); }
  .hero-ledger { right: 20px; left: 20px; width: auto; bottom: 20px; }
  .trust-rail { grid-template-columns: 1fr 1fr; }
  .trust-rail span { border-bottom: 1px solid var(--line); }
  .section { padding: 78px 22px; }
  .section-intro, .section-intro.compact, .operations-band, .split-section, .contact-section, .quote-band, .fact-split { grid-template-columns: 1fr; }
  .section-intro { gap: 14px; margin-bottom: 44px; }
  .section-intro h2 { margin-bottom: 18px; }
  .fit-grid, .comparison-grid, .local-points, .price-principles, .cost-grid { grid-template-columns: 1fr; }
  .operations-band { padding: 78px 22px; gap: 44px; }
  .operations-heading { position: static; }
  .operation-list article { grid-template-columns: 44px 1fr; }
  .operation-list p { grid-column: 2; }
  .image-stack img { height: 380px; }
  .image-stack img:last-child { height: 280px; }
  .facility-cta { min-height: 560px; padding: 68px 22px; }
  .facility-cta > div:last-child { width: 100%; }
  .portal-strip { align-items: flex-start; flex-direction: column; padding: 45px 22px; }
  .contact-section { padding: 78px 22px; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; padding: 42px 22px; }
  .site-footer nav { flex-wrap: wrap; }
  .subhero { min-height: 620px; padding: 80px 22px; }
  .subhero > div:first-child, .company-hero > div:last-child { width: 100%; }
  .pricing-hero { align-items: flex-start; flex-direction: column; justify-content: center; }
  .price-seal { width: 220px; height: 220px; align-self: flex-end; }
  .quote-band ul { grid-template-columns: 1fr; }
  .fact-split > div { padding: 70px 22px; }
  .gallery-section { padding: 78px 22px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 14px; }
  .facility-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 220px 220px; }
  .facility-gallery .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .facility-gallery figure:last-child { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  .hero h1, .subhero h1 { font-size: 38px; }
  .header-actions .button { padding: 0 12px; }
  .hero { min-height: 830px; }
  .hero-content { padding-top: 70px; }
  .hero-lead { font-size: 16px; line-height: 1.85; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-ledger { padding: 20px; }
  .hero-ledger dd { font-size: 20px; }
  .trust-rail { grid-template-columns: 1fr; }
  .trust-rail span { text-align: left; }
  .section-intro h2, .operations-heading h2, .split-copy h2, .facility-cta h2, .contact-section h2, .gallery-heading h2, .quote-band h2 { font-size: 34px; }
  .image-stack { grid-template-columns: 1fr; }
  .image-stack img { height: 320px; }
  .image-stack img:last-child { height: 250px; margin: -30px 18px 0; border: 10px solid var(--paper); }
  .timeline li { grid-template-columns: 60px 1fr; }
  .price-seal { width: 190px; height: 190px; }
  .price-seal strong { font-size: 44px; }
  .fact-table div { grid-template-columns: 1fr; gap: 6px; }
  .facility-gallery { display: block; }
  .facility-gallery figure { height: 250px; margin-bottom: 10px; }
  .facility-gallery .gallery-main { height: 330px; }
}

.customer-entry-page {
  --entry-ink: #09204a;
  --entry-ink-soft: #274469;
  --entry-muted: #627286;
  --entry-line: #d8e1ec;
  --entry-surface-soft: #f5f9fc;
  --entry-blue: #0756a5;
  --entry-blue-deep: #063f7e;
  --entry-green: #15943a;
  --entry-green-deep: #0d762d;
  --entry-lime: #d6e35b;
  --entry-shadow: 0 16px 38px rgba(9, 32, 74, 0.12);
  min-height: 100dvh;
  background: #eef4f8;
  color: var(--entry-ink);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.customer-entry-page .brand img {
  width: 196px;
}

.customer-entry-page .eyebrow {
  margin-bottom: 12px;
  color: var(--entry-green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.customer-entry-page .primary-action,
.customer-entry-page .secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 900;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.customer-entry-page .primary-action {
  border-color: var(--entry-green);
  background: var(--entry-green);
  color: #fff;
  box-shadow: 0 10px 22px rgba(21, 148, 58, 0.22);
}

.customer-entry-page .primary-action:hover {
  background: var(--entry-green-deep);
}

.customer-entry-page .secondary-action {
  border-color: var(--entry-blue);
  background: #fff;
  color: var(--entry-blue-deep);
}

.customer-entry-page .primary-action:active,
.customer-entry-page .secondary-action:active {
  transform: translateY(1px);
}

.customer-entry-page .small {
  min-height: 44px;
  padding: 0 16px;
}

.entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(216, 225, 236, 0.82);
  background: rgba(248, 251, 253, 0.9);
  backdrop-filter: blur(12px);
}

.entry-main {
  display: grid;
  min-height: calc(100dvh - 76px);
  align-items: center;
  padding: 54px max(24px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(238, 244, 248, 0.9) 0%, rgba(238, 244, 248, 0.68) 30%, rgba(238, 244, 248, 0.22) 58%, rgba(238, 244, 248, 0.06) 78%, rgba(238, 244, 248, 0) 100%),
    linear-gradient(180deg, rgba(238, 244, 248, 0.04) 0%, rgba(238, 244, 248, 0.16) 48%, rgba(238, 244, 248, 0.68) 100%),
    url("./assets/customer-login-sketch.png");
  background-position: center center, center center, right 4vw bottom 0;
  background-size: cover, cover, min(62vw, 980px) auto;
  background-repeat: no-repeat;
}

.entry-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 38px;
  align-items: center;
}

.entry-copy {
  max-width: 720px;
}

.entry-copy h1 {
  margin-bottom: 20px;
  color: var(--entry-ink);
  font-family: inherit;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
}

.entry-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--entry-ink-soft);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.9;
}

.entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.entry-sketch {
  display: none;
  width: min(460px, 100%);
  margin: 28px auto 0;
}

.entry-card {
  border: 1px solid rgba(216, 225, 236, 0.96);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--entry-shadow);
  backdrop-filter: blur(8px);
}

.entry-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--entry-line);
  padding-bottom: 16px;
}

.entry-card-head span {
  color: var(--entry-blue-deep);
  font-size: 13px;
  font-weight: 900;
}

.entry-card-head strong {
  color: var(--entry-green-deep);
  font-size: 13px;
}

.entry-steps {
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.entry-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid var(--entry-line);
  border-radius: 8px;
  padding: 15px;
  background: var(--entry-surface-soft);
}

.entry-steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--entry-lime);
  color: var(--entry-ink);
  font-size: 12px;
  font-weight: 900;
}

.entry-steps strong {
  display: block;
  margin-bottom: 6px;
  color: var(--entry-ink);
}

.entry-steps p,
.entry-note {
  margin: 0;
  color: var(--entry-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.entry-note {
  border-top: 1px solid var(--entry-line);
  padding-top: 16px;
}

@media (max-width: 1100px) {
  .entry-hero {
    grid-template-columns: 1fr;
  }

  .entry-card {
    max-width: 620px;
  }

  .entry-main {
    background-position: center center, center bottom;
    background-size: cover, cover, min(92vw, 820px) auto;
  }
}

@media (max-width: 760px) {
  .entry-header {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .entry-header .brand img {
    width: 172px;
  }

  .entry-header .secondary-action,
  .entry-actions a {
    width: 100%;
  }

  .entry-main {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 44px;
    background:
      linear-gradient(180deg, rgba(238, 244, 248, 0.98) 0%, rgba(238, 244, 248, 0.92) 52%, rgba(238, 244, 248, 0.98) 100%);
  }

  .entry-sketch {
    display: block;
    width: min(340px, 92vw);
    margin-top: 22px;
  }

  .entry-copy h1 {
    font-size: 28px;
  }

  .entry-copy p:not(.eyebrow) {
    font-size: 16px;
  }
}
