/*
Theme Name: Natural Wood Works
Theme URI: https://natural-woodwork.pepper.jp/
Author: Bondi Studio
Description: Custom theme for Natural Wood Works based on the Figma design.
Version: 1.0.8
Requires at least: 6.0
Text Domain: natural-wood-works
*/

:root {
  --nww-green: #215533;
  --nww-green-soft: #3f5b49;
  --nww-sage: #c7cfca;
  --nww-accent: #c9895b;
  --nww-accent-soft: #ede0d7;
  --nww-ink: #00010e;
  --nww-text: #403f36;
  --nww-bg: #f6f6f6;
  --nww-white: #ffffff;
  --nww-max: 1291px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--nww-bg);
  color: var(--nww-ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  line-height: 1.8;
}

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

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.nww-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.nww-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  min-height: 114px;
  padding: 13px 41px 17px 49px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(199, 207, 202, 0.8);
}

.nww-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 360px;
}

.nww-brand__lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nww-brand__logo {
  width: min(360px, 100%);
  height: auto;
  object-fit: contain;
}

.nww-brand__sub {
  margin-top: 2px;
  margin-left: 4px;
  color: var(--nww-text);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
}

.nww-header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
  flex: 1 1 auto;
  min-width: 0;
}

.nww-header__actions,
.nww-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nww-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.35vw, 20px);
  color: var(--nww-ink);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.nww-nav a {
  position: relative;
  padding-bottom: 4px;
}

.nww-nav a.is-active::after,
.nww-nav a:hover::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--nww-green-soft);
  content: "";
}

.nww-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border: 2px solid var(--nww-green);
  border-radius: 4px;
  background: var(--nww-bg);
  box-shadow: 5px 5px 0 var(--nww-sage);
  color: var(--nww-green);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
}

.nww-btn--primary {
  border-color: var(--nww-green);
  background: var(--nww-green);
  color: var(--nww-white);
}

.nww-btn--accent {
  border-color: var(--nww-accent);
  background: var(--nww-accent);
  box-shadow: 5px 5px 0 var(--nww-accent-soft);
  color: var(--nww-white);
}

.nww-btn--large {
  min-height: 52px;
  padding: 12px 24px;
}

.nww-btn-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.nww-btn-label {
  position: relative;
  z-index: 1;
  margin-bottom: -8px;
  padding: 2px 14px 4px;
  border: 1px solid var(--nww-green);
  border-radius: 999px;
  background: var(--nww-white);
  color: var(--nww-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.nww-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--nww-bg);
}

.nww-hero::before,
.nww-title-hero::before,
.nww-title-hero::after {
  position: absolute;
  z-index: 0;
  display: block;
  background: var(--nww-sage);
  content: "";
}

.nww-hero::before {
  top: 0;
  left: 0;
  width: 195px;
  height: 474px;
}

.nww-hero__image {
  position: absolute;
  inset: 0 0 0 67px;
  z-index: 0;
}

.nww-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.nww-hero__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 246, 246, 0.96) 0%, rgba(246, 246, 246, 0.78) 34%, rgba(246, 246, 246, 0.08) 86%);
  content: "";
}

.nww-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 118px 0 0 44px;
}

.nww-hero h1,
.nww-title-hero h1 {
  margin: 0;
  color: var(--nww-green);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 var(--nww-bg);
}

.nww-nowrap {
  white-space: nowrap;
}

.nww-hero p {
  margin: 22px 0 34px;
  color: var(--nww-text);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.nww-section {
  position: relative;
  padding: 110px 5vw;
}

.nww-section--white {
  background: var(--nww-white);
}

.nww-section--tight {
  padding-top: 59px;
  padding-bottom: 69px;
}

.nww-section__inner {
  width: min(var(--nww-max), 100%);
  margin: 0 auto;
}

.nww-heading {
  display: grid;
  place-items: center;
  margin: 0 auto 70px;
  color: var(--nww-green-soft);
  text-align: center;
}

.nww-heading__en {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 23px;
  padding: 3px 14px;
  border-radius: 4px;
  background: var(--nww-sage);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 1px 1px 0 var(--nww-white);
}

.nww-heading__ja {
  position: relative;
  display: inline-block;
  margin-top: 11px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0 var(--nww-white);
}

.nww-heading__ja::before,
.nww-heading__ja::after {
  position: absolute;
  top: -24px;
  width: 96px;
  height: 1px;
  background: var(--nww-sage);
  content: "";
}

.nww-heading__ja::before {
  right: calc(100% + 18px);
}

.nww-heading__ja::after {
  left: calc(100% + 18px);
}

.nww-pill-heading {
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
}

.nww-pill-heading span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 4px 18px 3px;
  border: 2px solid var(--nww-sage);
  border-radius: 999px;
  background: var(--nww-white);
  color: var(--nww-green);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.nww-pill-heading span::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 49px;
  height: 12px;
  border-right: 2px solid var(--nww-sage);
  border-bottom: 2px solid var(--nww-sage);
  background: var(--nww-white);
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

.nww-lead {
  max-width: 1000px;
  margin: 0 auto 34px;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}

.nww-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 66px;
  width: min(1060px, 100%);
  margin: 0 auto;
}

.nww-service-card {
  display: grid;
  grid-template-columns: 216px 1fr;
  min-height: 233px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--nww-white);
}

.nww-service-card img {
  width: 216px;
  height: 233px;
  object-fit: cover;
}

.nww-service-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 28px;
}

.nww-service-card h3,
.nww-item-card h3 {
  margin: 0;
  color: var(--nww-green);
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.nww-service-card p,
.nww-item-card p {
  margin: 16px 0 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.nww-future-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1060px, 100%);
  margin: 34px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(63, 91, 73, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.82);
}

.nww-future-link strong {
  display: block;
  color: var(--nww-green);
  font-size: 22px;
  letter-spacing: 0.08em;
}

.nww-future-link p {
  margin: 8px 0 0;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.nww-circles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
  margin-top: 40px;
}

.nww-circle {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 276px;
  text-align: center;
}

.nww-circle__num {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--nww-accent);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 64px;
  line-height: 1;
}

.nww-circle__body {
  display: grid;
  place-items: center;
  width: 250px;
  height: 250px;
  margin-top: 26px;
  border: 1px solid var(--nww-green-soft);
  border-radius: 999px;
  background: var(--nww-white);
  box-shadow: 3px 4px 0 var(--nww-bg);
}

.nww-circle__body.is-link {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nww-circle__body.is-link:hover {
  border-color: var(--nww-green);
  box-shadow: 6px 8px 0 rgba(199, 207, 202, 0.9);
  transform: translateY(-4px);
}

.nww-circle__icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--nww-sage);
  color: var(--nww-green);
  font-size: 30px;
  font-weight: 700;
}

.nww-circle strong {
  display: block;
  color: var(--nww-green);
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.nww-circle small {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.nww-circle__link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--nww-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nww-rental-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
}

.nww-rental-panel {
  position: relative;
  padding: 62px 30px 35px;
  border: 2px solid var(--nww-sage);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
}

.nww-rental-panel h3 {
  width: fit-content;
  margin: -86px auto 28px;
  padding: 10px 30px;
  border: 2px solid var(--nww-sage);
  border-radius: 999px;
  background: var(--nww-white);
  color: var(--nww-green);
  font-size: 26px;
  letter-spacing: 0.1em;
}

.nww-thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin-bottom: 34px;
}

.nww-thumb-grid img {
  width: 100%;
  aspect-ratio: 189 / 256;
  border-radius: 4px;
  object-fit: cover;
}

.nww-area {
  border-top: 1px solid var(--nww-sage);
  border-bottom: 1px solid var(--nww-sage);
  text-align: center;
}

.nww-company {
  position: relative;
  overflow: hidden;
  background: center / cover no-repeat;
}

.nww-company::before {
  position: absolute;
  inset: 0;
  background: rgba(246, 246, 246, 0.84);
  content: "";
}

.nww-company > * {
  position: relative;
}

.nww-info-box {
  width: min(976px, 100%);
  margin: 0 auto;
  padding: 70px 7vw;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
}

.nww-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.nww-info-table th,
.nww-info-table td {
  padding: 14px 0;
  border-bottom: 1px solid rgba(63, 91, 73, 0.25);
  text-align: left;
  vertical-align: top;
}

.nww-info-table th {
  width: 150px;
  color: var(--nww-green);
  font-weight: 700;
  text-shadow: 1px 1px 0 var(--nww-white);
}

.nww-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.nww-gallery img {
  width: 100%;
  aspect-ratio: 359 / 300;
  border-radius: 4px;
  object-fit: cover;
}

.nww-section--detail {
  padding-top: 72px;
}

.nww-detail-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.nww-editable-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 42px 46px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(63, 91, 73, 0.12);
}

.nww-editable-shell.is-empty {
  min-height: 220px;
}

.nww-editable-content {
  color: var(--nww-text);
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1.9;
}

.nww-editable-content > :first-child {
  margin-top: 0;
}

.nww-editable-content > :last-child {
  margin-bottom: 0;
}

.nww-editable-content [id] {
  scroll-margin-top: 150px;
}

.nww-editable-content section + section,
.nww-editable-content hr {
  margin-top: 34px;
}

.nww-editable-content h2,
.nww-editable-content h3,
.nww-editable-content h4 {
  margin: 0 0 14px;
  color: var(--nww-green);
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.nww-editable-content h3 {
  font-size: 28px;
}

.nww-editable-content h4 {
  margin-top: 20px;
  font-size: 22px;
}

.nww-editable-content p,
.nww-editable-content ul,
.nww-editable-content ol,
.nww-editable-content table,
.nww-editable-content blockquote {
  margin: 0 0 18px;
}

.nww-editable-content ul,
.nww-editable-content ol {
  padding-left: 1.4em;
}

.nww-editable-content li + li {
  margin-top: 6px;
}

.nww-editable-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 4px;
  background: var(--nww-white);
}

.nww-editable-content th,
.nww-editable-content td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(63, 91, 73, 0.16);
  text-align: left;
  vertical-align: top;
}

.nww-editable-content thead th,
.nww-editable-content tbody th {
  color: var(--nww-green);
  font-weight: 700;
}

.nww-editable-content blockquote {
  padding: 20px 24px;
  border-left: 4px solid var(--nww-accent);
  background: rgba(201, 137, 91, 0.1);
}

.nww-editable-content a {
  color: var(--nww-green);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.nww-contact-band {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 34px;
  align-items: center;
  width: min(1291px, calc(100% - 10vw));
  min-height: 224px;
  margin: 0 auto -112px;
  padding: 56px 34px;
  border: 1px solid var(--nww-white);
  border-radius: 4px;
  background: linear-gradient(90deg, var(--nww-sage), var(--nww-green));
  color: var(--nww-white);
}

.nww-contact-band h2 {
  margin: 0;
  color: var(--nww-green-soft);
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0 var(--nww-white);
}

.nww-contact-band p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.nww-footer {
  padding: 178px 83px 0;
  background: var(--nww-sage);
}

.nww-footer__main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  min-height: 379px;
}

.nww-footer .nww-brand__logo {
  max-width: 360px;
}

.nww-footer__tagline {
  margin: 20px 0 30px 4px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.nww-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 49px;
  color: var(--nww-green);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 0 var(--nww-white);
}

.nww-footer__bottom {
  display: flex;
  justify-content: flex-end;
  gap: 42px;
  margin: 0 -83px;
  padding: 11px 132px;
  background: var(--nww-green-soft);
  color: var(--nww-white);
  font-size: 16px;
  letter-spacing: 0.04em;
}

.nww-title-hero {
  position: relative;
  min-height: 1056px;
  padding: 110px 70px 0;
  overflow: hidden;
}

.nww-title-hero::before {
  top: 128px;
  left: 0;
  width: 344px;
  height: 508px;
}

.nww-title-hero::after {
  right: -2px;
  bottom: 165px;
  width: 952px;
  height: 316px;
}

.nww-title-hero__heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.nww-title-hero__heading .nww-heading {
  margin-bottom: 52px;
}

.nww-title-hero__heading p {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.nww-title-hero__media {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

.nww-title-hero__image-main {
  width: 746px;
  height: 485px;
  border-radius: 100px 4px 4px 4px;
  object-fit: cover;
  object-position: center;
}

.nww-title-hero__image-sub {
  position: absolute;
  right: 1px;
  bottom: -104px;
  width: 500px;
  height: 326px;
  border-radius: 4px 4px 100px 4px;
  object-fit: cover;
  object-position: center;
}

.nww-summary {
  width: min(1138px, calc(100% - 10vw));
  margin: 0 auto;
  padding: 40px 50px;
  border: 2px solid var(--nww-sage);
  border-radius: 4px;
  background: var(--nww-white);
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}

.nww-feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
  width: min(var(--nww-max), 100%);
  margin: 0 auto;
}

.nww-feature-photo {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.nww-feature-photo img {
  width: 100%;
  height: 398px;
  object-fit: cover;
}

.nww-feature-photo span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 77px;
  place-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--nww-green);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
}

.nww-split-work {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 25px;
  align-items: center;
  width: min(var(--nww-max), 100%);
  margin: 20px auto 0;
}

.nww-split-work:nth-child(even) {
  grid-template-columns: 480px 1fr;
}

.nww-split-work__photos {
  position: relative;
  min-height: 716px;
}

.nww-split-work__photos img:first-child {
  width: 70%;
  height: 417px;
  border-radius: 100px 4px 4px 4px;
  object-fit: cover;
}

.nww-split-work__photos img:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 290px;
  border-radius: 4px 4px 100px 4px;
  object-fit: cover;
}

.nww-split-work:nth-child(even) .nww-split-work__photos {
  order: 2;
}

.nww-split-work:nth-child(even) .nww-split-work__copy {
  order: 1;
}

.nww-split-work:nth-child(even) .nww-split-work__photos img:first-child {
  margin-left: auto;
  border-radius: 4px 100px 4px 4px;
}

.nww-split-work:nth-child(even) .nww-split-work__photos img:last-child {
  right: auto;
  left: 0;
  border-radius: 100px 4px 4px 4px;
}

.nww-split-work__copy {
  min-height: 441px;
  padding: 48px;
  background: var(--nww-sage);
  font-size: 20px;
  letter-spacing: 0.04em;
}

.nww-split-work__copy h3 {
  margin: 0 0 18px;
  color: var(--nww-green);
  font-size: 26px;
  letter-spacing: 0.1em;
}

.nww-item-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: min(1291px, 100%);
  margin: 0 auto;
  padding: 62px 26px 35px;
  border: 2px solid var(--nww-sage);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
}

.nww-item-card {
  display: grid;
  grid-template-columns: 252px 1fr;
  min-height: 314px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--nww-white);
}

.nww-item-card img {
  width: 252px;
  height: 314px;
  object-fit: cover;
}

.nww-item-card__body {
  padding: 25px 30px;
}

.nww-item-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.nww-item-card li::before {
  content: "・";
}

.nww-scenes {
  position: relative;
  padding: 72px 57px;
  background: center / cover no-repeat;
}

.nww-scenes::before {
  position: absolute;
  inset: 0;
  background: rgba(246, 246, 246, 0.84);
  content: "";
}

.nww-scenes__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  width: min(var(--nww-max), 100%);
  margin: 0 auto;
}

.nww-scene h3 {
  margin: 0 0 8px;
  color: var(--nww-green);
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
}

.nww-scene img {
  width: 100%;
  height: 319px;
  border-radius: 4px;
  object-fit: cover;
}

.nww-contact-form-wrap {
  position: relative;
  padding: 110px 7vw;
  background-position: center 34%;
  background-size: 138% auto;
  background-repeat: no-repeat;
}

.nww-contact-form-wrap::before {
  position: absolute;
  inset: 0;
  background: rgba(246, 246, 246, 0.62);
  content: "";
}

.nww-contact-form {
  position: relative;
  width: min(976px, 100%);
  margin: 0 auto;
  padding: 58px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}

.nww-contact-form .wpcf7 form {
  display: grid;
  gap: 22px;
}

.nww-contact-form .wpcf7 p {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 40px;
  align-items: start;
  margin: 0;
  color: var(--nww-green);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nww-contact-form label {
  display: contents;
}

.nww-contact-form input[type="text"],
.nww-contact-form input[type="email"],
.nww-contact-form textarea {
  width: 100%;
  border: 1px solid var(--nww-green-soft);
  border-radius: 4px;
  padding: 8px 10px;
  background: var(--nww-white);
  color: var(--nww-ink);
  font: inherit;
}

.nww-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.nww-contact-form input[type="submit"] {
  display: inline-flex;
  width: 148px;
  min-height: 40px;
  margin-left: 230px;
  border: 0;
  border-radius: 4px;
  background: var(--nww-green);
  box-shadow: 5px 5px 0 var(--nww-sage);
  color: var(--nww-white);
  font-weight: 700;
  cursor: pointer;
}

.nww-contact-lines {
  width: min(797px, 100%);
  margin: 0 auto;
}

.nww-policy {
  width: min(976px, calc(100% - 10vw));
  margin: 0 auto;
  padding: 80px 89px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
}

.nww-policy h2 {
  margin: 48px 0 12px;
  color: var(--nww-green);
  font-size: 22px;
  letter-spacing: 0.08em;
}

.nww-policy h2:first-child {
  margin-top: 0;
}

.nww-policy p,
.nww-policy li {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.nww-policy ul {
  padding-left: 1.4em;
}

@media (max-width: 1180px) {
  .nww-site-header {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 5vw 24px;
  }

  .nww-header__right {
    align-items: flex-start;
    width: 100%;
  }

  .nww-nav {
    flex-wrap: wrap;
    gap: 12px 18px;
    white-space: normal;
  }

  .nww-card-grid,
  .nww-rental-overview,
  .nww-item-list {
    grid-template-columns: 1fr;
  }

  .nww-future-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .nww-circles,
  .nww-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nww-split-work,
  .nww-split-work:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .nww-split-work:nth-child(even) .nww-split-work__photos,
  .nww-split-work:nth-child(even) .nww-split-work__copy {
    order: initial;
  }

  .nww-contact-band {
    grid-template-columns: 1fr;
    margin-bottom: -80px;
  }
}

@media (max-width: 760px) {
  body.admin-bar .nww-site-header {
    top: 0;
  }

  .nww-brand {
    min-width: 0;
  }

  .nww-brand__logo {
    width: min(290px, 100%);
  }

  .nww-header__actions,
  .nww-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nww-btn,
  .nww-btn-wrap,
  .nww-btn-wrap .nww-btn {
    width: 100%;
  }

  .nww-hero {
    min-height: 620px;
  }

  .nww-hero::before,
  .nww-title-hero::before,
  .nww-title-hero::after {
    width: 112px;
  }

  .nww-hero__image {
    left: 0;
  }

  .nww-hero__image::after {
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.98), rgba(246, 246, 246, 0.72));
  }

  .nww-hero__copy {
    padding: 96px 5vw 0;
  }

  .nww-hero h1,
  .nww-title-hero h1 {
    font-size: 30px;
  }

  .nww-hero p,
  .nww-lead,
  .nww-summary,
  .nww-title-hero__heading p {
    font-size: 17px;
  }

  .nww-section {
    padding: 76px 5vw;
  }

  .nww-heading {
    margin-bottom: 45px;
  }

  .nww-heading__ja {
    font-size: 28px;
  }

  .nww-heading__ja::before,
  .nww-heading__ja::after {
    width: 44px;
  }

  .nww-service-card,
  .nww-item-card {
    grid-template-columns: 1fr;
  }

  .nww-nowrap {
    white-space: normal;
  }

  .nww-service-card img,
  .nww-item-card img {
    width: 100%;
    height: 260px;
  }

  .nww-circles,
  .nww-feature-row,
  .nww-scenes__grid,
  .nww-gallery {
    grid-template-columns: 1fr;
  }

  .nww-thumb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nww-title-hero {
    min-height: auto;
    padding: 76px 5vw 110px;
  }

  .nww-title-hero__media {
    margin-top: 48px;
  }

  .nww-title-hero__image-main {
    width: 100%;
    height: 330px;
  }

  .nww-title-hero__image-sub {
    position: relative;
    right: auto;
    bottom: auto;
    width: 78%;
    height: 220px;
    margin: -54px 0 0 auto;
  }

  .nww-feature-photo img,
  .nww-scenes img {
    height: 260px;
  }

  .nww-split-work__photos {
    min-height: 470px;
  }

  .nww-split-work__photos img:first-child {
    width: 82%;
    height: 300px;
  }

  .nww-split-work__photos img:last-child {
    width: 62%;
    height: 210px;
  }

  .nww-split-work__copy,
  .nww-info-box,
  .nww-policy,
  .nww-contact-form,
  .nww-editable-shell {
    padding: 34px 24px;
  }

  .nww-editable-content h3 {
    font-size: 24px;
  }

  .nww-editable-content h4 {
    font-size: 20px;
  }

  .nww-contact-form .wpcf7 p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nww-contact-form-wrap {
    background-position: center;
    background-size: cover;
  }

  .nww-contact-form input[type="submit"] {
    width: 100%;
    margin-left: 0;
  }

  .nww-info-table th,
  .nww-info-table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .nww-info-table th {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .nww-editable-content th,
  .nww-editable-content td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .nww-editable-content thead {
    display: none;
  }

  .nww-footer {
    padding: 130px 5vw 0;
  }

  .nww-footer__main {
    flex-direction: column;
    min-height: 0;
    padding-bottom: 60px;
  }

  .nww-footer__tagline {
    margin-left: 0;
  }

  .nww-footer__bottom {
    flex-direction: column;
    gap: 8px;
    margin: 0 -5vw;
    padding: 16px 5vw;
  }
}
