:root {
  --remake-green: #16845b;
  --remake-green-dark: #0d5f42;
  --remake-green-soft: #eaf6f1;
  --remake-mint: #65b891;
  --remake-ink: #1a2b2b;
  --remake-muted: #667776;
  --remake-line: #dfe9e5;
  --remake-bg: #f7faf8;
  --remake-container: 1140px;
  --remake-wide: 1320px;
  --remake-gutter: 1.5rem;
  --remake-heading: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
}

body {
  color: var(--remake-ink);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.8;
}

.site-main {
  margin-top: 0;
}

.admin-bar .site-header.sticky-top {
  top: 32px;
}

a {
  color: var(--remake-green-dark);
}

.site-main :is(h1, h2, h3) {
  font-family: var(--remake-heading);
  font-weight: 600;
  letter-spacing: .04em;
}

.remake-page-content > :where(:not(.alignfull)) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--remake-container);
  padding-left: var(--remake-gutter);
  padding-right: var(--remake-gutter);
}

.remake-page-content > .alignfull {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.remake-page-content > :first-child {
  margin-top: 0;
}

.remake-page-content > .wp-block-group.alignfull,
.remake-page-content > .wp-block-cover.alignfull {
  margin-bottom: 0;
  margin-top: 0;
}

.remake-page-content > .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--remake-wide);
  padding-left: var(--remake-gutter);
  padding-right: var(--remake-gutter);
}

.remake-page-content > .remake-breadcrumb {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.remake-page-content > .wp-block-group.alignfull > :where(:not(.alignfull):not(.alignwide)),
.remake-page-content > .wp-block-cover.alignfull .wp-block-cover__inner-container > :where(:not(.alignfull):not(.alignwide)) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--remake-container);
  padding-left: var(--remake-gutter);
  padding-right: var(--remake-gutter);
}

.remake-page-content > .wp-block-group.alignfull > .alignwide,
.remake-page-content > .wp-block-cover.alignfull .wp-block-cover__inner-container > .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--remake-wide);
  padding-left: var(--remake-gutter);
  padding-right: var(--remake-gutter);
}

.remake-page-content > .wp-block-group.alignfull > .wp-block-table {
  width: min(100% - (var(--remake-gutter) * 2), var(--remake-container));
}

.post-type-archive-remake_work .page-hero > .container,
.post-type-archive-remake_work .section > .container,
.tax-remake_work_type .page-hero > .container,
.tax-remake_work_type .section > .container,
.single-remake_work .page-hero > .container,
.single-remake_work .section > .container {
  max-width: var(--remake-container);
  padding-left: var(--remake-gutter);
  padding-right: var(--remake-gutter);
  width: 100%;
}

.site-header .navbar {
  min-height: 76px;
}

.site-header .container {
  max-width: 1200px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--remake-green), var(--remake-mint));
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: .02em;
  width: 42px;
}

.brand-mark-light {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
}

.custom-logo {
  height: auto;
  max-height: 40px;
  width: auto;
}

.brand-text {
  display: grid;
  line-height: 1.1;
}

.brand-title {
  color: var(--remake-ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.brand-subtitle {
  color: var(--remake-green-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.navbar-nav .nav-link {
  color: var(--remake-ink);
  font-weight: 700;
}

.navbar-nav .nav-link i {
  color: currentColor;
  margin-right: .35em;
}

.navbar-nav .nav-link:hover {
  color: var(--remake-green-dark);
}

.navbar-nav .dropdown-menu {
  border: 1px solid var(--remake-line);
  border-radius: .5rem;
  box-shadow: 0 .7rem 1.5rem rgba(13, 95, 66, .12);
  margin-top: .35rem;
  min-width: 13rem;
  padding: .4rem;
}

.navbar-nav .dropdown-item {
  border-radius: .3rem;
  color: var(--remake-ink);
  font-weight: 700;
  padding: .55rem .7rem;
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
  background: var(--remake-green-soft);
  color: var(--remake-green-dark);
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu,
  .navbar-nav .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

.nav-cta {
  background: var(--remake-green);
  border-radius: 999px;
  color: #fff !important;
  padding: .6rem 1rem !important;
}

.navbar-toggler {
  align-items: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  padding: .4rem;
  width: 52px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-lines {
  display: block;
  height: 26px;
  position: relative;
  width: 36px;
}

.navbar-toggler-lines span {
  background: var(--remake-green-dark);
  border-radius: 999px;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  transition: opacity .2s ease, transform .24s ease, top .24s ease;
  width: 100%;
}

.navbar-toggler-lines span:nth-child(1) {
  top: 0;
}

.navbar-toggler-lines span:nth-child(2) {
  top: 11px;
}

.navbar-toggler-lines span:nth-child(3) {
  top: 22px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-lines span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-lines span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-lines span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}

.hero {
  background: var(--remake-bg);
  min-height: calc(100vh - 76px);
  position: relative;
}

.hero-slide {
  min-height: calc(100vh - 76px);
  position: relative;
}

.hero-slide::before {
  background: linear-gradient(90deg, rgba(7, 39, 28, .78) 0%, rgba(7, 39, 28, .52) 42%, rgba(7, 39, 28, .12) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-img {
  height: calc(100vh - 76px);
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-content {
  color: #fff;
  max-width: 720px;
  padding: 8rem 0 7rem;
  position: relative;
  z-index: 2;
}

.hero-kicker,
.section-kicker {
  color: var(--remake-green);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: .7rem;
  text-transform: uppercase;
}

.hero-kicker {
  color: #bde9d5;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
  margin-bottom: 1.3rem;
}

.remake-hero-cover {
  min-height: calc(100vh - 76px);
}

.remake-hero-cover .wp-block-cover__inner-container {
  color: #fff;
}

.remake-hero-cover h1 {
  font-size: clamp(1.8rem, 3.6vw, 4.8rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
  margin-bottom: 1.3rem;
}

.hero-lead {
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  margin-bottom: 2rem;
}

.btn-remake:not(.wp-block-button) {
  background: var(--remake-green);
  border: 1px solid var(--remake-green);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: .85rem 1.35rem;
}

.wp-block-button.btn-remake {
  background: transparent;
  border: 0;
  padding: 0;
}

.wp-block-button.btn-remake .wp-block-button__link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--remake-green);
  border: 1px solid var(--remake-green);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: .85rem 1.35rem;
}

.btn-remake:not(.wp-block-button):hover {
  background: var(--remake-green-dark);
  border-color: var(--remake-green-dark);
  color: #fff;
}

.wp-block-button.btn-remake .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: var(--remake-green-dark);
  border-color: var(--remake-green-dark);
  color: #fff;
}

.btn-outline-remake {
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: .85rem 1.35rem;
}

.btn-outline-remake:hover {
  background: #fff;
  color: var(--remake-green-dark);
}

.remake-hero-cover .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255,255,255,.75);
  color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-radius: 999px;
  font-weight: 800;
  padding: .85rem 1.35rem;
}

.remake-hero-cover .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #fff;
  color: var(--remake-green-dark);
}

.section {
  padding: 5.5rem 0;
}

.wp-block-group.section {
  padding-bottom: 5.5rem;
  padding-top: 5.5rem;
}

.section.bg-soft {
  background: #f1ffeb;
}

.section-title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.section-lead {
  color: var(--remake-muted);
  font-size: 1.06rem;
  max-width: 760px;
}

.service-card,
.content-card,
.work-card {
  background: #fff;
  border: 1px solid var(--remake-line);
  border-radius: 8px;
  overflow: hidden;
}

.contact-panel {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(16, 43, 36, .08);
  overflow: visible;
}

.service-card {
  height: 100%;
}

.service-card img,
.card-img,
.service-card-image img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.work-card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.work-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.work-card-link > img {
  aspect-ratio: 16 / 10;
  display: block;
  height: clamp(190px, 14vw, 240px);
  max-height: none;
  object-fit: cover;
  width: 100%;
}

.service-card-image {
  margin-bottom: 1.25rem;
}

.service-card-body,
.card-body,
.work-card-body {
  padding: 1.5rem;
}

.service-number {
  color: var(--remake-green);
  font-weight: 900;
  letter-spacing: .08em;
}

.service-card h3,
.card-title,
.work-card h2 {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.35;
}

.message-band {
  background: linear-gradient(135deg, var(--remake-green-dark), #183d35);
  color: #fff;
}

.message-band h1,
.message-band h2,
.message-band h3,
.message-band p {
  color: inherit;
}

.message-band .section-kicker,
.message-band .section-lead {
  color: #c9f0df;
}

.stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-columns.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-box {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 1.2rem;
}

.stat-value {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
}

.page-hero {
  align-items: center;
  background: linear-gradient(135deg, var(--remake-green-dark), var(--remake-green));
  box-sizing: border-box;
  color: #fff;
  display: flex;
  min-height: 320px;
  padding: 6rem 0;
}

.page-hero.compact {
  padding: 6rem 0;
}

.remake-page-content > .wp-block-group.alignfull.page-hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.remake-page-content > .wp-block-group.alignfull.page-hero > :where(:not(.alignfull):not(.alignwide)) {
  box-sizing: border-box;
  max-width: var(--remake-container);
  margin-block-start: 0;
  width: 100%;
}

.post-type-archive-remake_work .page-hero,
.tax-remake_work_type .page-hero,
.single-remake_work .page-hero {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.page-hero .section-kicker {
  color: #bde9d5;
  margin-bottom: .75rem;
}

.page-hero .section-lead {
  color: rgba(255,255,255,.9);
  margin-bottom: 0;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: .75rem;
}

.remake-breadcrumb {
  background: #fff;
  border-bottom: 1px solid var(--remake-line);
  font-size: 12px;
  line-height: 1.5;
  padding: .7rem 0;
}

.remake-breadcrumb > .container {
  box-sizing: border-box;
  max-width: var(--remake-container);
  padding-left: var(--remake-gutter);
  padding-right: var(--remake-gutter);
  width: 100%;
}

.remake-breadcrumb-list {
  align-items: center;
  color: var(--remake-muted);
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.remake-breadcrumb-item {
  align-items: center;
  display: inline-flex;
  gap: .35rem;
}

.remake-breadcrumb-item + .remake-breadcrumb-item::before {
  color: #a7b6b2;
  content: "/";
}

.remake-breadcrumb-item a {
  align-items: center;
  color: var(--remake-green-dark);
  display: inline-flex;
  text-decoration: none;
}

.remake-breadcrumb-item a:hover {
  color: var(--remake-green);
}

.remake-breadcrumb-item i {
  font-size: 12px;
}

.info-table th {
  color: var(--remake-green-dark);
  font-weight: 800;
  width: 12rem;
}

.wp-block-table.info-table {
  background: #fff;
  border: 1px solid #ccc !important;
  border-radius: 10px;
  margin-bottom: 1.75rem;
  overflow: hidden;
}

.wp-block-table.info-table table {
  background: #fff;
  border: 0 !important;
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table.info-table tr,
.wp-block-table.info-table th,
.wp-block-table.info-table td {
  border-left: 0 !important;
  border-right: 0 !important;
}

.wp-block-table.info-table td,
.wp-block-table.info-table th {
  border-bottom: 1px solid rgba(13, 95, 66, .18) !important;
  border-top: 0 !important;
  padding: 1rem 1.25rem;
  vertical-align: top;
}

.wp-block-table.info-table td:first-child {
  background: transparent;
  border-left: 0 !important;
  color: var(--remake-green-dark);
  font-weight: 800;
  width: 12rem;
}

.wp-block-table.info-table tr:last-child td,
.wp-block-table.info-table tr:last-child th {
  border-bottom: 0 !important;
}

.remake-page-content iframe[src*="google.com/maps"],
.remake-page-content .ratio:has(iframe[src*="google.com/maps"]) {
  border-radius: 10px;
  overflow: hidden;
}

.list-panel {
  background: #fff;
  border: 1px solid var(--remake-line);
  border-radius: 8px;
  padding: 1.5rem;
}

.list-panel li + li {
  border-top: 1px solid var(--remake-line);
  margin-top: .7rem;
  padding-top: .7rem;
}

.content-card-link,
.work-card-link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}

.card-date,
.work-meta,
.small-label {
  color: var(--remake-muted);
  font-size: .9rem;
  font-weight: 700;
}

.taxonomy-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.taxonomy-pills a,
.taxonomy-pills span {
  background: var(--remake-green-soft);
  border-radius: 999px;
  color: var(--remake-green-dark);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  padding: .35rem .75rem;
  text-decoration: none;
}

.before-after {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.before-after figure {
  margin: 0;
}

.before-after img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.work-main-visual img {
  display: block;
  width: 100%;
}

.work-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-gallery figure {
  background: #fff;
  border: 1px solid var(--remake-line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.work-gallery img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.work-gallery figcaption {
  color: var(--remake-muted);
  font-size: .9rem;
  padding: .75rem .9rem;
}

.contact-panel {
  padding: 2rem;
}

.form-control,
.form-select {
  border-color: var(--remake-line);
  border-radius: 8px;
  min-height: 48px;
}

.contact-panel input[type="text"],
.contact-panel input[type="email"],
.contact-panel input[type="tel"],
.contact-panel input[type="url"],
.contact-panel input[type="number"],
.contact-panel select,
.contact-panel textarea,
.contact-panel .smf-text-control__control,
.contact-panel .smf-textarea-control__control,
.contact-panel .smf-select-control__control {
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  min-height: 48px;
  padding: .65rem .8rem;
  width: 100%;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--remake-green);
  box-shadow: 0 0 0 .2rem rgba(22, 132, 91, .18);
}

.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus {
  border-color: var(--remake-green);
  box-shadow: 0 0 0 .2rem rgba(22, 132, 91, .18);
  outline: 0;
}

.contact-panel .smf-item + .smf-item {
  margin-top: 1rem;
}

.contact-panel .smf-item__label {
  font-weight: 700;
}

.contact-panel .smf-button-control__control,
.contact-panel button[type="submit"],
.contact-panel input[type="submit"] {
  background: var(--remake-green);
  border: 1px solid var(--remake-green);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: .85rem 1.35rem;
}

.contact-panel .smf-button-control__control:hover,
.contact-panel button[type="submit"]:hover,
.contact-panel input[type="submit"]:hover {
  background: var(--remake-green-dark);
  border-color: var(--remake-green-dark);
}

.site-footer {
  background: #102b24;
  color: #dce9e3;
}

.site-footer > .container {
  box-sizing: border-box;
  max-width: var(--remake-container);
  padding-left: var(--remake-gutter);
  padding-right: var(--remake-gutter);
  width: 100%;
}

.footer-brand {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.footer-sub,
.footer-copy,
.footer-bottom {
  color: #b8c9c2;
}

.footer-heading {
  color: #fff;
  font-weight: 900;
  margin-bottom: 1rem;
}

.footer-links li + li {
  margin-top: .5rem;
}

.footer-widget ul,
.footer-widget .wp-block-navigation__container {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.footer-widget li + li,
.footer-widget .wp-block-navigation-item + .wp-block-navigation-item {
  margin-top: .5rem;
}

.footer-links a,
.footer-link,
.footer-widget a {
  color: #dce9e3;
  text-decoration: none;
}

.footer-links a:hover,
.footer-link:hover,
.footer-widget a:hover {
  color: #fff;
}

.footer-widget,
.footer-widget p {
  color: #b8c9c2;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .9rem;
}

/* Top page proposal A */
.remake-home {
  --home-heading: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  --home-line: #dfded8;
  --home-paper: #faf9f5;
  --home-ink: #24312d;
  background: #fff;
  color: var(--home-ink);
}

/* Existing top-page blocks are kept intact; only their presentation changes. */
.remake-home .hero,
.remake-home .remake-hero-cover {
  background: #e8e4db;
  min-height: clamp(620px, 52vw, 760px);
}

.remake-home .hero-slide,
.remake-home .hero-img {
  min-height: inherit;
}

.remake-home .hero-slide::before {
  background: rgba(38, 44, 39, .08);
}

.remake-home .hero-content,
.remake-page-content.remake-home > .wp-block-cover.alignfull.remake-hero-cover .wp-block-cover__inner-container > .wp-block-group,
.remake-home .remake-hero-cover .vk_slider_item_container > .wp-block-group {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(31, 43, 37, .12);
  color: var(--home-ink);
  margin-left: 0;
  margin-right: 0;
  max-width: 570px;
  padding: clamp(2rem, 4vw, 3rem);
}

.remake-home .remake-hero-cover .vk_slider_item-background-area {
  background: rgba(38, 44, 39, .08) !important;
  opacity: 1;
}

.remake-home .hero-content {
  position: relative;
}

.remake-home .hero-kicker,
.remake-home .remake-hero-cover .hero-kicker {
  color: var(--remake-green-dark);
  font-size: .8rem;
  letter-spacing: .1em;
  margin-bottom: 1.25rem;
}

.remake-home .hero h1,
.remake-home .remake-hero-cover h1 {
  color: var(--home-ink);
  font-family: var(--home-heading);
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.42;
}

.remake-home .remake-hero-cover h1.has-white-color,
.remake-home .remake-hero-cover .hero-lead.has-white-color {
  color: var(--home-ink) !important;
}

.remake-home .hero-lead,
.remake-home .remake-hero-cover .hero-lead {
  color: #4e5d57;
  font-size: 1rem;
  line-height: 2;
}

.remake-home .hero .btn-outline-remake,
.remake-home .remake-hero-cover .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #79827e;
  border-radius: 0;
  color: var(--home-ink);
}

.remake-home .hero .btn-remake,
.remake-home .hero .btn-outline-remake,
.remake-home .remake-hero-cover .wp-block-button__link {
  border-radius: 0;
}

.remake-home .section {
  background: #fff;
  padding-bottom: clamp(4.75rem, 8vw, 7rem);
  padding-top: clamp(4.75rem, 8vw, 7rem);
}

.remake-home .section:not(.message-band) > .section-kicker,
.remake-home .section:not(.message-band) > .section-title,
.remake-home .section:not(.message-band) > .section-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.remake-home .section-kicker {
  color: var(--remake-green-dark);
  font-size: .78rem;
  letter-spacing: .12em;
}

.remake-home .section-title {
  color: var(--home-ink);
  font-family: var(--home-heading);
  font-size: clamp(2.1rem, 3.1vw, 2.7rem);
  font-weight: 600;
  letter-spacing: .04em;
}

.remake-home .section:not(.message-band) > .section-title::after {
  background: var(--remake-green);
  content: "";
  display: block;
  height: 2px;
  margin: 1rem auto 0;
  width: 2rem;
}

.remake-home .section-lead {
  font-size: .95rem;
  line-height: 1.9;
}

.remake-home .service-card,
.remake-home .content-card,
.remake-home .work-card {
  border-color: var(--home-line);
  border-radius: 0;
  box-shadow: none;
}

.remake-home .service-card h3,
.remake-home .card-title,
.remake-home .work-card h2 {
  font-family: var(--home-heading);
  font-weight: 600;
}

.remake-home .service-card-image {
  margin-bottom: 0;
}

.remake-home .service-card {
  display: flex;
  flex-direction: column;
}

.remake-home .service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.6rem 1.6rem 4.5rem;
  position: relative;
}

.remake-home .service-card-body .wp-block-buttons {
  bottom: 1.3rem;
  margin: 0;
  position: absolute;
  right: 1.3rem;
}

.remake-home .service-card-body .wp-block-button__link {
  align-items: center;
  border: 1px solid #89918d;
  border-radius: 0;
  color: transparent;
  display: inline-flex;
  font-size: 0;
  height: 2rem;
  justify-content: center;
  min-width: 2rem;
  padding: 0 !important;
  width: 2rem;
}

.remake-home .service-card-body .wp-block-button__link::after {
  color: var(--home-ink);
  content: "›";
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.remake-home .service-card-body .wp-block-button__link:hover {
  background: var(--remake-green-dark);
  border-color: var(--remake-green-dark);
}

.remake-home .service-card-body .wp-block-button__link:hover::after {
  color: #fff;
}

.remake-home .message-band {
  background: #f8f7f1;
  color: var(--home-ink);
}

.remake-home .message-band h1,
.remake-home .message-band h2,
.remake-home .message-band h3,
.remake-home .message-band p,
.remake-home .message-band .section-kicker,
.remake-home .message-band .section-lead {
  color: inherit;
}

.remake-home .section.bg-soft {
  background: #fcfcfa;
  border-bottom: 1px solid var(--home-line);
  border-top: 1px solid var(--home-line);
}

.remake-home .home-hero {
  min-height: clamp(620px, 52vw, 760px);
}

.remake-home .home-hero .wp-block-cover__background {
  background: rgba(23, 36, 30, .08);
  opacity: 1;
}

.remake-home .home-hero .wp-block-cover__inner-container {
  align-items: center;
  display: flex;
  min-height: inherit;
}

.remake-home .home-hero-panel {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(31, 43, 37, .12);
  color: var(--home-ink);
  max-width: 570px;
  padding: clamp(2rem, 4vw, 4.25rem);
}

.remake-page-content.remake-home > .wp-block-cover.alignfull .wp-block-cover__inner-container > .home-hero-panel {
  margin-left: 0;
  margin-right: 0;
  max-width: 570px;
  padding: clamp(2rem, 4vw, 4.25rem);
}

.remake-home .home-eyebrow {
  color: var(--remake-green-dark);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 1.25rem;
}

.remake-home .home-hero h1,
.remake-home .home-section-title,
.remake-home .home-company-title {
  color: var(--home-ink);
  font-family: var(--home-heading);
  font-weight: 600;
  letter-spacing: .04em;
}

.remake-home .home-hero h1 {
  font-size: clamp(2.25rem, 4.4vw, 4.4rem);
  line-height: 1.42;
  margin-bottom: 1.35rem;
}

.remake-home .home-hero .hero-lead {
  color: #4e5d57;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 1.85rem;
}

.remake-home .home-hero .wp-block-button__link,
.remake-home .home-button .wp-block-button__link {
  border-radius: 0;
  min-width: 9.5rem;
}

.remake-home .home-hero .is-style-outline .wp-block-button__link,
.remake-home .home-button.is-style-outline .wp-block-button__link {
  border-color: #79827e;
  border-radius: 0;
  color: var(--home-ink);
}

.remake-home .home-hero .is-style-outline .wp-block-button__link:hover,
.remake-home .home-button.is-style-outline .wp-block-button__link:hover {
  background: var(--home-ink);
  border-color: var(--home-ink);
  color: #fff;
}

.remake-home .home-value-strip {
  background: var(--home-paper);
  border-bottom: 1px solid var(--home-line);
  border-top: 1px solid var(--home-line);
  padding: 0;
}

.remake-home .home-value-strip .wp-block-columns {
  gap: 0;
  margin-bottom: 0;
}

.remake-home .home-value-item {
  align-items: center;
  border-left: 1px solid var(--home-line);
  display: flex;
  flex-direction: column;
  min-height: 150px;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.remake-home .home-value-item:last-child {
  border-right: 1px solid var(--home-line);
}

.remake-home .home-value-icon {
  color: #56605b;
  font-size: 2.15rem !important;
  line-height: 1 !important;
  margin-bottom: .7rem;
}

.remake-home .home-value-item h3 {
  font-family: var(--home-heading);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .15rem;
}

.remake-home .home-value-item p {
  color: var(--remake-muted);
  font-size: .82rem;
  margin: 0;
}

.remake-home .home-section {
  padding: clamp(4.75rem, 8vw, 7rem) 0;
}

.remake-home .home-section-header {
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  max-width: 760px;
  text-align: center;
}

.remake-home .home-section-title {
  font-size: clamp(2.1rem, 3.1vw, 3.3rem);
  margin-bottom: 1.15rem;
}

.remake-home .home-section-title::after {
  background: var(--remake-green);
  content: "";
  display: block;
  height: 2px;
  margin: 1rem auto 0;
  width: 2rem;
}

.remake-home .home-section-lead {
  color: var(--remake-muted);
  font-size: .95rem;
  line-height: 1.9;
  margin-bottom: 0;
}

.remake-home .home-service-grid,
.remake-home .home-works-grid {
  gap: 1.5rem;
}

.remake-home .home-service-card {
  border: 1px solid var(--home-line);
  height: 100%;
  position: relative;
}

.remake-home .home-service-card figure {
  margin: 0;
}

.remake-home .home-service-card img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.remake-home .home-service-card .wp-block-group__inner-container,
.remake-home .home-service-card > .wp-block-group {
  padding: 1.6rem 1.6rem 4.5rem;
}

.remake-home .home-service-card h3 {
  font-family: var(--home-heading);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: .85rem;
}

.remake-home .home-service-card p {
  color: var(--remake-muted);
  font-size: .9rem;
  line-height: 1.85;
  margin-bottom: 0;
}

.remake-home .home-card-arrow {
  align-items: center;
  border: 1px solid #89918d;
  bottom: 1.3rem;
  color: var(--home-ink);
  display: inline-flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  position: absolute;
  right: 1.3rem;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
  width: 2rem;
}

.remake-home .home-card-arrow:hover {
  background: var(--remake-green-dark);
  border-color: var(--remake-green-dark);
  color: #fff;
}

.remake-home .home-works-section {
  background: #fcfcfa;
  border-top: 1px solid var(--home-line);
}

.remake-home .home-works-grid .wp-block-post-template {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.remake-home .home-work-card {
  border: 1px solid var(--home-line);
  height: 100%;
  overflow: hidden;
  position: relative;
}

.remake-home .home-work-card .wp-block-post-featured-image {
  margin: 0;
}

.remake-home .home-work-card .wp-block-post-featured-image img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.remake-home .home-work-card .wp-block-post-terms {
  background: var(--remake-green-dark);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: .3rem .55rem;
  position: absolute;
  top: 0;
}

.remake-home .home-work-card .wp-block-post-title {
  font-family: var(--home-heading);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
  padding: .85rem 2.5rem .95rem .9rem;
}

.remake-home .home-work-card .wp-block-post-title a {
  color: inherit;
  text-decoration: none;
}

.remake-home .home-work-card .wp-block-post-title::after {
  align-items: center;
  border: 1px solid #89918d;
  content: "›";
  display: inline-flex;
  font-family: Arial, sans-serif;
  height: 1.5rem;
  justify-content: center;
  position: absolute;
  right: .75rem;
  top: auto;
  bottom: .85rem;
  width: 1.5rem;
}

.remake-home .home-company {
  background: #f8f7f1;
  padding: clamp(3rem, 5vw, 5.5rem) 0;
}

.remake-home .home-company .wp-block-columns {
  align-items: center;
  margin-bottom: 0;
}

.remake-home .home-company figure {
  margin: 0;
}

.remake-home .home-company img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.remake-home .home-company-copy {
  padding: clamp(1rem, 4vw, 3rem);
}

.remake-home .home-company-title {
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  line-height: 1.45;
  margin-bottom: 1.35rem;
}

.remake-home .home-company-copy p {
  color: var(--remake-muted);
  font-size: .95rem;
  line-height: 2;
}

.remake-home .home-company-copy .wp-block-button__link {
  border-radius: 0;
}

.back-to-top {
  align-items: center;
  background: var(--remake-green);
  border-radius: 50%;
  bottom: 1.5rem;
  box-shadow: 0 14px 34px rgba(13, 95, 66, .24);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1.5rem;
  text-decoration: none;
  transform: translateY(12px);
  transition: opacity .24s ease, transform .24s ease, background-color .2s ease;
  width: 52px;
  z-index: 1060;
}

.back-to-top:hover {
  background: var(--remake-green-dark);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top-icon {
  height: 24px;
  position: relative;
  width: 20px;
}

.back-to-top-icon::before {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 18px;
  left: 8px;
  position: absolute;
  top: 5px;
  width: 4px;
}

.back-to-top-icon::after {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 14px;
}

.mobile-fixed-menu {
  display: none;
}

.narrow {
  max-width: 880px;
}

/* JOB */
div.gjpf-job-description {
  border-left: 6px solid #16845b;
}

.gjpf-apply--common .gjpf-apply-button {
  background-color: #16845b;
  border-radius: 999px;
}
.gjpf-apply--common .gjpf-apply-button:hover {
  opacity: .7;
}

@media (max-width: 991.98px) {
  .remake-home .home-value-item {
    border-bottom: 1px solid var(--home-line);
  }

  .remake-home .home-value-item:nth-child(2) {
    border-right: 1px solid var(--home-line);
  }

  .remake-home .home-value-item:nth-child(n + 3) {
    border-bottom: 0;
  }

  .remake-home .home-works-grid .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navbar-nav {
    padding: .75rem 0 1rem;
  }

  .navbar-nav .nav-link {
    padding-bottom: .55rem;
    padding-top: .55rem;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
    border-left: 2px solid var(--remake-mint);
    box-shadow: none;
    display: block;
    margin: 0 0 .45rem 1rem;
    padding: .15rem 0;
    position: static;
    width: calc(100% - 1rem);
  }

  .navbar-nav .dropdown-item {
    color: var(--remake-muted);
    font-size: .92rem;
    padding: .4rem .75rem;
  }

  .nav-cta {
    background: transparent;
    border-radius: 0;
    color: var(--remake-green-dark) !important;
    display: inline-block;
    margin-top: .25rem;
    padding: .5rem 0 !important;
  }

  .hero,
  .hero-slide,
  .hero-img {
    min-height: 680px;
  }

  .hero-content {
    padding: 6rem 0 5rem;
  }
}

@media (max-width: 767.98px) {
  .remake-home .home-hero {
    min-height: 560px !important;
  }

  .remake-home .home-hero-panel {
    margin: 1.5rem 0;
    padding: 2rem 1.5rem;
  }

  .remake-home .home-hero h1 {
    font-size: 2.05rem;
  }

  .remake-home .home-value-item,
  .remake-home .home-value-item:nth-child(2),
  .remake-home .home-value-item:nth-child(n + 3) {
    border-bottom: 1px solid var(--home-line);
    border-left: 0;
    border-right: 0;
    min-height: 126px;
  }

  .remake-home .home-value-item:last-child {
    border-bottom: 0;
    border-right: 0;
  }

  .remake-home .home-works-grid .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .remake-home .home-company-copy {
    padding: 2rem 0 0;
  }

  body.has-mobile-fixed-menu {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .site-header .navbar {
    min-height: 68px;
  }

  .brand-title {
    font-size: .95rem;
  }

  .brand-subtitle {
    font-size: .65rem;
  }

  .custom-logo {
    max-width: 300px;
  }

  .page-hero,
  .page-hero.compact,
  .post-type-archive-remake_work .page-hero,
  .tax-remake_work_type .page-hero,
  .single-remake_work .page-hero {
    min-height: 220px;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .back-to-top {
    bottom: 1rem;
    height: 48px;
    right: 1rem;
    width: 48px;
  }

  body.has-mobile-fixed-menu .back-to-top {
    bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .mobile-fixed-menu {
    background: #fff;
    border-top: 1px solid var(--remake-line);
    bottom: 0;
    box-shadow: 0 -12px 32px rgba(16, 43, 36, .12);
    display: block;
    left: 0;
    padding: .55rem .75rem calc(.55rem + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 1050;
  }

  .mobile-fixed-menu-inner,
  .mobile-fixed-widget,
  .mobile-fixed-menu p {
    margin: 0;
  }

  .mobile-fixed-menu ul,
  .mobile-fixed-menu .wp-block-navigation__container {
    align-items: center;
    display: flex;
    gap: .35rem;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-fixed-menu li + li,
  .mobile-fixed-menu .wp-block-navigation-item + .wp-block-navigation-item {
    margin-top: 0;
  }

  .mobile-fixed-menu a {
    align-items: center;
    color: var(--remake-ink);
    display: inline-flex;
    flex-direction: column;
    font-size: .78rem;
    font-weight: 800;
    gap: .15rem;
    line-height: 1.25;
    text-decoration: none;
  }

  .mobile-fixed-menu a:hover,
  .mobile-fixed-menu i {
    color: var(--remake-green-dark);
  }

  .section {
    padding: 4rem 0;
  }

  .stats,
  .before-after,
  .work-gallery {
    grid-template-columns: 1fr;
  }

  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }

  .wp-block-table.info-table td:first-child,
  .info-table th {
    border-bottom: 0;
    padding-bottom: .15rem;
    padding-right: 0;
  }
}
