@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  overflow: auto;
}

body {
  position: relative;
  z-index: 0;
  overflow: clip;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  font-family: "Imbue", serif;
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp {
  display: none;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.logo {
  position: fixed;
  top: 28px;
  left: 45px;
  display: block;
  transition: opacity 0.2s ease;
  margin-right: 10px;
  mix-blend-mode: difference;
  z-index: 1000;
}

.logo-img {
  height: 40px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-desktop__content {
  position: fixed;
  top: 42px;
  right: 186px;
  display: flex;
  align-items: center;
  gap: 26px;
  transition: opacity 0.2s ease;
  margin-right: 10px;
  mix-blend-mode: difference;
  z-index: 1000;
}

.nav-link {
  position: relative;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
  transition: opacity 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.nav-link:hover {
  opacity: 0.7;
}

.nav-link:hover::after {
  width: 100%;
}

.btn-contact {
  position: fixed;
  top: 35px;
  right: 40px;
  z-index: 1000;
  width: 120px;
  font-size: 20px;
  color: #fff;
  background-color: #c3a264;
  border: 1px solid #c3a264;
  line-height: 1.2;
  padding: 8px 10px;
  text-align: center;
  border-radius: 100px;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-contact:hover {
  background-color: #fff;
  color: #c3a264;
}

.btn-menu {
  display: none;
  font-size: 20px;
  color: #1a1a1a;
  background-color: #c3a264;
  border: none;
  padding: 8px 30px;
  border-radius: 150px;
  letter-spacing: 0.02em;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.2s ease;
}

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-mobile.active {
  opacity: 1;
  visibility: visible;
}

.nav-mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.nav-mobile-container {
  position: relative;
  width: calc(100% - 40px);
  height: 87vh;
  height: 87svh;
  background-color: #c3a264;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.nav-mobile-header {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  padding: 2px 24px;
}

.btn-close {
  font-family: "Imbue", serif;
  font-size: 20px;
  color: #fff;
  background: transparent;
  border: none;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 8px;
  transition: opacity 0.2s ease;
}

.nav-mobile-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-content {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding: 0 20px;
}

.nav-mobile-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.nav-mobile-link {
  font-size: 28px;
  color: #181000;
  opacity: 0;
  line-height: 1;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.2s ease;
}

.nav-mobile.active .nav-mobile-link {
  opacity: 1;
  transform: translateY(0);
}

.nav-mobile.active .nav-mobile-link:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-mobile.active .nav-mobile-link:nth-child(2) {
  transition-delay: 0.15s;
}

.nav-mobile.active .nav-mobile-link:nth-child(3) {
  transition-delay: 0.2s;
}

.nav-mobile.active .nav-mobile-link:nth-child(4) {
  transition-delay: 0.25s;
}

.nav-mobile.active .nav-mobile-link:nth-child(5) {
  transition-delay: 0.3s;
}

.nav-mobile.active .nav-mobile-link:nth-child(6) {
  transition-delay: 0.35s;
}

.nav-mobile.active .nav-mobile-link:nth-child(7) {
  transition-delay: 0.4s;
}

.nav-mobile.active .nav-mobile-link:nth-child(8) {
  transition-delay: 0.45s;
}

.nav-mobile-link:hover {
  color: #fff;
}

.nav-mobile-social {
  display: flex;
  justify-content: flex-end;
  margin-top: 27px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.5s;
}

.nav-mobile.active .nav-mobile-social {
  opacity: 1;
  transform: translateY(0);
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.social-link img {
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-mobile-footer {
  padding: 28px 20px 100px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.55s;
}

.nav-mobile.active .nav-mobile-footer {
  opacity: 1;
  transform: translateY(0);
}

.newsletter-menu {
  padding: 0 20px 40px;
  margin-top: 38px;
}

.newsletter-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  background: transparent;
  border: none;
  outline: none;
  padding: 8px 0;
}

.newsletter-input::-moz-placeholder {
  color: #8d8d8d;
}

.newsletter-input::placeholder {
  color: #8d8d8d;
}

.newsletter-btn:hover {
  transform: translateX(4px);
}

.newsletter-btn img {
  width: 16px;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .logo {
    top: 27px;
    left: 10px;
  }
  .logo-img {
    height: 25px;
  }
  .nav-desktop {
    display: none;
  }
  .btn-menu {
    position: fixed;
    z-index: 1000;
    display: block;
    top: 20px;
    right: 20px;
  }
}
.footer {
  position: relative;
  padding: 320px 40px 40px;
  background-color: #f5eddf;
}

.footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-brand {
  max-width: 360px;
  margin-top: 55px;
}

.footer-logo {
  display: block;
}

.footer-logo-img {
  width: 330px;
  max-width: 100%;
}

.footer-tagline {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 45px;
  color: #000;
}

.footer-center {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 40px;
  margin-top: 86px;
  margin-right: 60px;
}

.footer-nav {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 10px 45px;
}

.footer-nav-link {
  font-size: 20px;
  color: #181000;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}

.footer-nav-link span {
  position: relative;
}

.footer-nav-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #181000;
  transition: width 0.3s ease;
}

.footer-nav-link span:hover {
  opacity: 0.7;
}

.footer-nav-link span:hover::after {
  width: 100%;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  margin-right: 40px;
  border: 1px solid #181000;
  border-radius: 50%;
  text-decoration: none;
  flex-direction: column;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.footer-contact:hover {
  background-color: #1a1a1a;
}

.footer-contact:hover .footer-contact-text {
  color: #fff;
}

.footer-contact:hover .footer-contact-arrow {
  filter: brightness(0) invert(1);
}

.footer-contact-text {
  font-size: 48px;
  line-height: 1.25;
  color: #181000;
  transition: color 0.3s ease;
}

.footer-contact-arrow {
  width: 24px;
  height: auto;
  transition: filter 0.3s ease;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 180px auto 0;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-privacy {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #181000;
  text-decoration: underline;
  line-height: 2;
  transition: opacity 0.2s ease;
}

.footer-privacy:hover {
  opacity: 0.6;
}

.footer-copyright {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 2;
  color: #1a1a1a;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.footer-social-link {
  display: block;
  transition: opacity 0.2s ease;
}

.footer-social-link:hover {
  opacity: 0.6;
}

.footer-social-link img {
  width: 22px;
  height: 22px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-backtotop {
  margin-right: 110px;
  font-size: 24px;
  color: #181000;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.footer-backtotop:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .footer {
    padding: 160px 20px 40px;
    text-align: center;
  }
  .footer-main {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .footer-brand {
    max-width: 100%;
    margin-top: 0;
  }
  .footer-logo-img {
    width: 280px;
  }
  .footer-tagline {
    font-size: 20px;
    margin-top: 20px;
  }
  .footer-center {
    display: none;
  }
  .footer-contact {
    width: 200px;
    height: 200px;
    margin-right: 0;
  }
  .footer-contact-text {
    font-size: 36px;
  }
  .footer-contact-arrow {
    width: 18px;
    transform: translateY(8px);
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
  }
  .footer-backtotop {
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-social {
    order: 0;
    margin-top: 20px;
  }
  .footer-legal {
    order: 1;
    align-items: center;
  }
}
.container {
  max-width: 1310px;
  width: 100%;
  margin-inline: auto;
  padding: 0 15px;
}

.container--narrow {
  max-width: 990px;
}

@media (max-width: 768px) {
  .container {
    width: 90%;
    padding: 0;
  }
}
.two-column {
  display: flex;
  gap: 60px;
}

.two-column-side {
  flex-shrink: 0;
  width: 15.625%;
}

.two-column-main {
  flex: 1;
}

@media (max-width: 768px) {
  .two-column {
    flex-direction: column;
    gap: 80px;
  }
}
.btn-text {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  max-width: 240px;
  overflow: hidden;
}

.btn-text-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 9px;
  position: relative;
}
.btn-text-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: left;
  transition: transform 0.3s ease;
}

.btn-text-label {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  transition: transform 0.4s ease;
}

.btn-text-icon {
  width: 16px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.4s ease, opacity 0.2s ease;
}

.btn-text.is-hover .btn-text-inner::after {
  animation: underline-flow 0.6s ease forwards;
}

@keyframes underline-flow {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50.1% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.btn-text--black .btn-text-inner::after {
  background: #1a1a1a;
}

.btn-text--black .btn-text-label {
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .btn-text-inner {
    gap: 16px;
  }
  .btn-text-label {
    font-size: 24px;
  }
  .btn-text-icon {
    width: 16px;
  }
}
.pagetitle {
  background-color: #000;
  padding-top: 390px;
}

.pagetitle-text {
  font-size: 90px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1;
}

@media (max-width: 768px) {
  .pagetitle {
    padding-top: 310px;
  }
  .pagetitle-text {
    font-size: 60px;
  }
}
.mission-cta {
  margin-top: 240px;
}

.mission-cta-title {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.mission-cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 60px 4.6875%;
  color: #c3a264;
  border: 1px solid #c3a264;
  transition: background-color 0.2s ease;
}

.mission-cta-btn-text {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.mission-cta-btn-icon {
  position: absolute;
  top: 50%;
  right: 7.7%;
  display: inline-block;
  width: 14px;
  height: 11px;
  background-image: url(../../assets/images/icon__gt-arrow--primary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.2s ease;
}

.mission-cta-btn-icon img {
  width: 16px;
  height: auto;
}

@media (max-width: 768px) {
  .mission-cta {
    margin-top: 80px;
  }
  .mission-cta-title {
    font-size: 48px;
  }
  .mission-cta-btn {
    margin-top: 20px;
    padding: 60px 10px 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mission-cta-btn-text {
    font-size: 36px;
  }
  .mission-cta-btn-icon {
    position: static;
    width: 22px;
    height: 16px;
    transform: none;
    margin-top: 30px;
  }
  .mission-cta-btn-icon img {
    width: 22px;
  }
}
.mission-cta-btn:hover {
  background-color: #c3a264;
}

.mission-cta-btn:hover .mission-cta-btn-text {
  color: #fff;
}

.mission-cta-btn:hover .mission-cta-btn-icon {
  background-image: url(../../assets/images/icon__gt-arrow--white.svg);
}

.breadcrumb {
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.breadcrumb-item {
  font-size: 14px;
  color: #fff;
}

.breadcrumb-item a {
  color: #737373;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.breadcrumb-item a:hover {
  opacity: 0.6;
}

.breadcrumb-separator {
  font-size: 14px;
  color: #737373;
}

.newsletter-title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.newsletter-title--large {
  font-size: 30px;
  line-height: 1.5;
}

.newsletter-form .wpcf7 {
  position: relative;
}

.newsletter-form .wpcf7-form {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #000;
}

.newsletter-form .hidden-fields-container {
  display: none;
}

.newsletter-form .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
}

.newsletter-form .newsletter-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  background: transparent;
  border: none;
  outline: none;
  padding: 8px 0;
}

.newsletter-form .newsletter-input::-moz-placeholder {
  color: #8d8d8d;
}

.newsletter-form .newsletter-input::placeholder {
  color: #8d8d8d;
}

.newsletter-form .newsletter-input:-webkit-autofill,
.newsletter-form .newsletter-input:-webkit-autofill:hover,
.newsletter-form .newsletter-input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: #000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.newsletter-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  margin-top: 4px;
  font-size: 11px;
  color: #c00;
  font-family: "Libre Baskerville", serif;
}

.newsletter-form .newsletter-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: url(../../assets/images/icon__gt-arrow.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center right;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
}

.newsletter-form .newsletter-btn:hover {
  transform: translateX(4px);
}

.newsletter-form .wpcf7-spinner {
  display: none;
}

.newsletter-form .wpcf7-response-output {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin: 2.5em 0 1em !important;
  padding: 0;
  font-size: 11px;
  color: #000;
  font-family: "Libre Baskerville", serif;
  border-radius: 0;
  border: none;
}

.newsletter-form .wpcf7-validation-errors,
.newsletter-form .wpcf7-mail-sent-ok {
  background-color: transparent;
  border: none;
  padding: 0;
}

.newsletter-form .wpcf7-validation-errors {
  color: #c00;
}

.newsletter-form .wpcf7-mail-sent-ok {
  color: #0a0;
}

.newsletter-form .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal;
}

@media (max-width: 768px) {
  .newsletter-title {
    font-size: 20px;
  }
  .newsletter-form .newsletter-input {
    font-size: 10px;
  }
  .newsletter-form .newsletter-btn {
    width: 40px;
    height: 40px;
    background-size: 12px 12px;
  }
}
.pagination {
  margin-top: 64px;
  text-align: center;
}

.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.pagination a,
.pagination .current {
  min-width: 40px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.pagination .current {
  color: #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}

.pagination .page {
  transition: color 0.3s ease;
}

.previouspostslink {
  margin-right: 20px;
}

.nextpostslink {
  margin-left: 20px;
}

.pagination a.previouspostslink,
.pagination a.nextpostslink {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-arrow {
  display: inline-block;
  background-image: url(../images/icon__gt-arrow--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 12px;
  transition: transform 0.3s ease;
}

.previouspostslink .pagination-arrow {
  transform: rotate(180deg);
}

.pagination .extend {
  display: flex;
  align-items: center;
}

.pagination-extend {
  background-image: url(../images/pagination-extend.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 19px;
  padding-bottom: 2px;
  height: 7px;
}

@media (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination .wp-pagenavi {
    gap: 15px;
  }
  .pagination a,
  .pagination .current {
    min-width: auto;
    padding: 0 5px;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 36px;
  }
  .previouspostslink {
    margin-right: 0;
  }
  .nextpostslink {
    margin-left: 0;
  }
  .pagination a.previouspostslink,
  .pagination a.nextpostslink {
    width: 50px;
    height: 50px;
  }
  .pagination-arrow {
    width: 12px;
    height: 9px;
  }
  .pagination-extend {
    width: 12px;
    height: 4px;
  }
}
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.mv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.mv-title {
  font-size: 110px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .mv-content {
    max-width: 90%;
  }
  .mv-title {
    font-size: 64px;
    margin-top: -10%;
  }
}
.manifesto-discover {
  background-color: #000;
}

.manifesto {
  padding: 274px 0 220px;
}

.manifesto-inner {
  max-width: 960px;
  margin: 0 auto;
}

.manifesto-text {
  font-size: 60px;
  color: #fff;
  line-height: 1.1;
}

.manifesto-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}

@media (max-width: 768px) {
  .manifesto {
    padding: 160px 0 60px;
  }
  .manifesto-text {
    max-width: 83%;
    margin-inline: auto;
    font-size: 40px;
  }
  .manifesto-link {
    margin-top: 98px;
  }
}
.discover {
  position: relative;
  padding: 20px 0 170px;
  background: #d9d9d9;
}

.discover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) -100%, #000 100%);
  pointer-events: none;
  z-index: 2;
}

.discover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/discover-bg.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.discover-inner {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 40px;
}

.discover-map {
  flex-shrink: 0;
  width: 41.12%;
  margin-left: 10%;
}

.discover-content {
  flex: 1;
  margin-top: 20px;
}

.discover-title {
  font-size: 60px;
  color: #c3a264;
  line-height: 1.33;
  font-weight: 400;
}

.discover-text {
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  margin-top: 24px;
}

.discover-link {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .discover {
    padding: 45px 0 120px;
  }
  .discover-inner {
    flex-direction: column;
    gap: 0;
  }
  .discover-map {
    width: 81.39%;
    max-width: 400px;
    padding-left: 6.6%;
    margin-inline: auto;
    order: 1;
    margin-top: 60px;
  }
  .discover-content {
    display: contents;
  }
  .discover-title {
    font-size: 48px;
    text-align: center;
    order: 0;
  }
  .discover-text {
    order: 2;
    margin-top: 54px;
  }
  .discover-link {
    margin-top: 100px;
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  .discover .btn-text {
    max-width: 185px;
  }
}
.gallery {
  background-color: #000;
  overflow: hidden;
}

.gallery .swiper {
  width: 100%;
}

.gallery .swiper-slide {
  opacity: 0 !important;
  transition: opacity 1.5s ease;
}

.gallery .swiper-slide-active {
  opacity: 1 !important;
}

.gallery .swiper-slide img {
  display: block;
  aspect-ratio: 1440/720;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 22px 2.77% 0;
  padding-bottom: 84px;
}

.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.gallery-btn--prev {
  left: 0;
}

.gallery-btn--next {
  right: 0;
}

.gallery-btn__icon {
  display: inline-block;
  width: 14px;
  height: 11px;
  background-image: url(../../assets/images/icon__gt-arrow--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.2s ease;
}

.gallery-btn--prev .gallery-btn__icon {
  transform: rotate(180deg);
}

.gallery-pagination {
  position: absolute;
  gap: 12px;
  display: flex;
  justify-content: center;
  height: 10px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  top: 50% !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translate(-50%, -50%);
}

.gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.2s ease;
}

.gallery-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 768px) {
  .gallery .swiper-slide img {
    aspect-ratio: 1/1;
  }
  .gallery-controls {
    margin: 28px 5% 0;
    padding-bottom: 50px;
  }
  .gallery-btn {
    width: 50px;
    height: 50px;
  }
  .gallery-btn__icon {
    width: 9px;
    height: 7px;
  }
}
.about {
  background-color: #000;
  padding: 273px 0 370px;
}

.about-inner {
  display: flex;
  gap: 6.25%;
}

.about-image {
  flex-shrink: 0;
  width: 43.75%;
  margin-left: 6.25%;
}

.about-content {
  flex: 1;
}

.about-title {
  font-size: 71px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  margin-left: 5px;
}

.about-text {
  font-size: 20px;
  color: #fff;
  margin-top: 27px;
  font-family: "Libre Baskerville", serif;
}

.about-link {
  margin-top: 40px;
}

.about .btn-text {
  max-width: 320px;
}

@media (max-width: 768px) {
  .about {
    padding: 160px 0 180px;
  }
  .about-inner {
    flex-direction: column;
    gap: 0;
  }
  .about-image {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-top: 10px;
  }
  .about-content {
    display: contents;
  }
  .about-title {
    font-size: 59px;
    line-height: 1.2;
    order: 0;
  }
  .about-text {
    font-size: 16px;
    margin-top: 70px;
    order: 2;
    line-height: 1.62;
  }
  .about-link {
    margin-top: 29px;
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  .about .btn-text {
    max-width: 185px;
  }
}
.commission {
  position: relative;
  background-color: #fff;
  padding: 250px 0;
}

.commission::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/commission-bg.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.commission-inner {
  position: relative;
  display: flex;
  gap: 6.25%;
  z-index: 2;
}

.commission-image {
  flex-shrink: 0;
  width: 43.75%;
  margin-left: 6.25%;
}

.commission-content {
  flex: 1;
  margin-top: -20px;
}

.commission-title {
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  color: #000;
}

.commission-text {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 39px;
  color: #000;
}

.commission-link {
  margin-top: 30px;
}

.commission .btn-text {
  max-width: 360px;
}

@media (max-width: 768px) {
  .commission {
    padding: 180px 0 162px;
  }
  .commission-inner {
    flex-direction: column;
    gap: 0;
  }
  .commission-image {
    width: 79%;
    margin-right: auto;
    margin-left: auto;
    order: 1;
    margin-top: 36px;
  }
  .commission-content {
    display: contents;
  }
  .commission-title {
    font-size: 60px;
    order: 0;
    text-align: center;
  }
  .commission-text {
    font-size: 16px;
    margin-top: 30px;
    order: 2;
  }
  .commission-link {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  .commission .btn-text {
    max-width: 185px;
  }
}
.news {
  background-color: #000;
  padding: 227px 0 245px;
}

.news-title {
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  color: #c3a264;
  text-align: center;
}

.news-slider {
  margin-top: 33px;
}

.news-slider .swiper {
  overflow: visible;
}

.news-slider .swiper-slide {
  width: 300px;
}

.news-card {
  display: block;
  text-decoration: none;
  position: relative;
}

.news-card a {
  width: 100%;
  height: 100%;
}

.news-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.news-card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
  transform: scale(1.05);
}

.news-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 40px;
}

.news-card-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.news-card-text {
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
  line-height: 1.42;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-footer {
  margin-top: 67px;
}

.news-scrollbar {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
}

.news-scrollbar .swiper-scrollbar-drag {
  background-color: #c3a264;
  height: 3px;
  top: -1px;
}

.news-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 75px;
}

@media (max-width: 768px) {
  .news {
    padding: 156px 0 160px;
  }
  .news-title {
    font-size: 60px;
  }
  .news-slider {
    margin-top: 56px;
  }
  .news-slider .swiper-slide {
    width: 180px;
  }
  .news-card-content {
    padding: 18px 10px;
  }
  .news-card-title {
    font-size: 20px;
  }
  .news-card-text {
    font-size: 12px;
    line-height: 1.08;
    margin-top: 5px;
  }
  .news-footer {
    margin-top: 60px;
  }
  .news-link {
    margin-top: 29px;
  }
  .news-link .btn-text {
    max-width: 185px;
  }
}
body:not(.blog) .blog {
  background-color: #c3a264;
  padding: 240px 0;
}

.blog-inner {
  display: flex;
  justify-content: space-between;
  gap: 6.25%;
}

.blog-header {
  flex-shrink: 0;
  width: 10%;
  margin-top: -16px;
}

.blog-title {
  font-size: 72px;
  font-weight: 400;
  color: #000;
}

.blog-content {
  width: 68.75%;
}

.blog-list {
  list-style: none;
}

.blog-item {
  border-top: 1px solid #fff;
}

.blog-item:last-child {
  border-bottom: 1px solid #fff;
}

.blog-card {
  display: flex;
  gap: 40px;
  padding: 20px 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.blog-card:hover {
  opacity: 0.7;
}

.blog-card-image {
  flex-shrink: 0;
  width: 160px;
  aspect-ratio: 160/120;
  overflow: hidden;
}

.blog-card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card-body {
  flex: 1;
}

.blog-card-date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.42;
}

.blog-card-title {
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
  margin-top: 12px;
  font-weight: 400;
}

.blog-card-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.blog-card-btn-text {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.blog-card-btn-icon {
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../../assets/images/icon__gt-arrow--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.2s ease;
}

.blog-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}

.blog .btn-text-inner {
  border-bottom-color: #fff;
}

.blog .btn-text-label {
  color: #fff;
}

@media (max-width: 768px) {
  body:not(.blog) .blog {
    padding: 147px 0 160px;
  }
  .blog-inner {
    flex-direction: column;
    gap: 20px;
  }
  .blog-header {
    width: 100%;
    margin-top: 0;
  }
  .blog-title {
    font-size: 60px;
  }
  .blog-content {
    width: 100%;
  }
  .blog-card {
    gap: 10px;
  }
  .blog-card-image {
    width: 107px;
  }
  .blog-card-date {
    font-size: 12px;
    line-height: 1.66;
  }
  .blog-card-title {
    font-size: 20px;
    margin-top: 5px;
  }
  .blog-card-btn {
    width: 60px;
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .blog-card-btn-text {
    font-size: 12px;
  }
  .blog-card-btn-icon {
    width: 9px;
  }
  .blog-footer {
    margin-top: 24px;
  }
  .blog .btn-text {
    max-width: 185px;
  }
}
.gallery-btn:hover {
  opacity: 1;
  background-color: #fff;
}

.gallery-btn:hover .gallery-btn__icon {
  background-image: url(../../assets/images/icon__gt-arrow--black.svg);
}

.blog-card:hover {
  opacity: 1;
}

.blog-card:hover .blog-card-btn {
  background-color: #fff;
}

.blog-card:hover .blog-card-btn-text {
  color: #c3a264;
}

.blog-card:hover .blog-card-btn-icon {
  background-image: url(../../assets/images/icon__gt-arrow--primary.svg);
}

.about-page {
  margin-top: 66px;
  padding-bottom: 280px;
}

.about-page-inner {
  max-width: 960px;
  margin-left: auto;
}

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

.about-video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #fff;
  overflow: hidden;
}

.about-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 2px solid #c3a264;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 2;
}

.about-video-play:hover {
  background-color: rgba(195, 162, 100, 0.2);
}

.about-video-play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.about-video-play img {
  width: 24px;
  height: auto;
  margin-left: 4px;
}

.about-section {
  margin-top: 100px;
}

.about-section-title {
  font-size: 60px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1;
}

.about-section-title--border {
  padding-bottom: 12px;
  border-bottom: 1px solid #c3a264;
}

.about-section-text {
  font-family: "Libre Baskerville", serif;
  line-height: 1.75;
  margin-top: 36px;
}

.about-section-text p + p {
  margin-top: 24px;
}

.about-section-image {
  margin-top: 48px;
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-ourstory-box {
  margin-top: 28px;
  border: 1px solid #c3a264;
  padding: 34px 70px;
  font-family: "Libre Baskerville", serif;
  line-height: 1.75;
}

.about-practices-list {
  margin-top: 32px;
  padding-left: 40px;
  display: grid;
  gap: 30px;
  margin-left: 12.66%;
}

.about-practices-item-title {
  font-size: 30px;
  line-height: 1.4;
  color: #c3a264;
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 1px solid #c3a264;
}

.about-practices-item-text {
  font-family: "Libre Baskerville", serif;
  margin-top: 10px;
}

.about-beauty {
  position: relative;
  padding: 90px 16.66% 130px;
  background-color: #fff;
  border-bottom: 1px solid #c3a264;
  margin-top: 220px;
}

.about-beauty-title {
  font-size: 60px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1;
}

.about-beauty-text {
  font-family: "Libre Baskerville", serif;
  line-height: 1.75;
  margin-top: 12px;
  color: #050505;
}

.about-team {
  margin-top: 80px;
}

.about-team-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 4.166%;
  margin-top: 80px;
}

.about-team-image {
  aspect-ratio: 280/210;
  background-color: #1a1a1a;
  overflow: hidden;
}

.about-team-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-team-role {
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  color: #fff;
  line-height: 2.33;
  margin-top: 10px;
}

.about-team-name {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  color: #fff;
  margin-top: 7px;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 768px) {
  .about-page {
    margin-top: 96px;
    padding-bottom: 200px;
  }
  .about-page-inner {
    max-width: 100%;
  }
  .about-video-play {
    width: 60px;
    height: 60px;
  }
  .about-video-play img {
    width: 18px;
  }
  .about-section-title {
    font-size: 48px;
  }
  .about-section-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .about-section-text p + p {
    margin-top: 20px;
  }
  .about-section-image {
    margin-top: 30px;
    width: 100%;
  }
  .about-ourstory-box {
    font-size: 14px;
    margin-top: 16px;
    padding: 34px 5%;
    line-height: 2;
  }
  .about-practices-list {
    margin-top: 42px;
    padding-left: 0;
    margin-left: 0;
  }
  .about-practices-item-text {
    margin-top: 8px;
  }
  .about-beauty {
    margin-top: 132px;
    padding: 50px 5% 38px;
  }
  .about-beauty-inner {
    margin-left: 0;
  }
  .about-beauty-title {
    font-size: 48px;
  }
  .about-beauty-text {
    margin-top: 20px;
  }
  .about-team {
    margin-top: 80px;
  }
  .about-team-title {
    font-size: 28px;
  }
  .about-team-list {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    gap: 20px 4%;
  }
  .about-team-role {
    font-size: 10px;
    line-height: 1.6;
  }
  .about-team-name {
    font-size: 16px;
    margin-top: 5px;
  }
}
.manifesto-page {
  margin-top: 127px;
  padding-bottom: 210px;
}

.manifesto-page-inner {
  max-width: 960px;
  margin-left: auto;
}

.manifesto-hero-title {
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  color: #fff4e0;
}

.manifesto-hero-image {
  margin-top: 10px;
}

.manifesto-hero-image img {
  width: 100%;
  height: auto;
}

.manifesto-content {
  margin-top: 38px;
}

.manifesto-content > *:first-child {
  margin-top: 0;
}

.manifesto-section {
  margin-top: 87px;
}

.manifesto-section-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.167;
  color: #c3a264;
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
  margin-bottom: 22px;
}

.manifesto-section-text {
  font-family: "Libre Baskerville", serif;
  line-height: 1.75;
}

.manifesto-section-text p + p {
  margin-top: 26px;
}

@media (max-width: 768px) {
  .manifesto-page {
    padding-bottom: 144px;
  }
  .manifesto-hero {
    margin-top: 60px;
  }
  .manifesto-hero-title {
    font-size: 60px;
    line-height: 0.934;
  }
  .manifesto-hero-image {
    margin: 43px calc(50% - 50vw) 0;
    width: 100vw;
  }
  .manifesto-content {
    margin-top: 60px;
  }
  .manifesto-section {
    margin-top: 80px;
  }
  .manifesto-section-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .manifesto-section-text {
    font-size: 14px;
    margin-top: 20px;
  }
  .manifesto-section-text p + p {
    margin-top: 20px;
  }
}
.inami-page__title {
  font-size: 40px;
  margin-top: 19px;
  line-height: 1;
  display: block;
}

.inami-page {
  margin-top: 170px;
  padding-bottom: 169px;
}

.inami-page-inner {
  max-width: 960px;
  margin-left: auto;
}

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

.inami-section {
  margin-top: 100px;
}

.inami-section-title {
  font-family: "Libre Baskerville", serif;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #fff;
}

.inami-section-title--primary {
  font-family: "Imbue", serif;
  font-size: 60px;
  color: #c3a264;
  padding-bottom: 5px;
  letter-spacing: 0;
  border-bottom: 1px solid #c3a264;
}

.inami-section-text {
  font-family: "Libre Baskerville", serif;
  line-height: 1.667;
  font-size: 18px;
  margin-top: 36px;
}

.inami-section-text p + p {
  margin-top: 24px;
}

.inami-section-image {
  margin-top: 40px;
}

.inami-gallery {
  margin-top: 160px;
}

.inami-gallery-title {
  font-family: "Imbue", serif;
  font-size: 72px;
  font-weight: 400;
  color: #c3a264;
  padding-bottom: 5px;
  letter-spacing: 0;
  border-bottom: 1px solid #c3a264;
}

.inami-galleries {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 80px;
}

.inami-gallery-item-title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  line-height: 1.667;
  letter-spacing: -0.02em;
}

.inami-gallery-slider {
  position: relative;
  margin-top: 6px;
}

.inami-gallery-swiper {
  aspect-ratio: 960/520;
  overflow: hidden;
}

.inami-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inami-gallery-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 5px;
  padding-bottom: 84px;
}

.inami-gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.inami-gallery-btn--prev {
  left: 0;
}

.inami-gallery-btn--next {
  right: 0;
}

.inami-gallery-btn--prev .inami-gallery-btn__icon {
  transform: rotate(180deg);
}

.inami-gallery-btn__icon {
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../../assets/images/icon__gt-arrow--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.2s ease;
}

.inami-gallery-pagination {
  position: absolute;
  gap: 12px;
  display: flex;
  justify-content: center;
  height: 10px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  top: 50% !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translate(-50%, -50%);
}

.inami-gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.2s ease;
}

.inami-gallery-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 768px) {
  .inami-page__title {
    font-size: 23px;
  }
  .inami-page {
    margin-top: 127px;
    padding-bottom: 250px;
  }
  .inami-page-inner {
    max-width: 100%;
  }
  .inami-section {
    margin-top: 80px;
  }
  .inami-section-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .inami-section-title--primary {
    font-size: 48px;
  }
  .inami-section-text {
    font-size: 14px;
    line-height: 2.14;
    margin-top: 16px;
  }
  .inami-section-text p + p {
    margin-top: 20px;
  }
  .inami-section-image {
    margin-top: 30px;
  }
  .inami-gallery {
    margin-top: 100px;
  }
  .inami-gallery-title {
    font-size: 60px;
  }
  .inami-gallery-item:first-child {
    margin-top: 40px;
  }
  .inami-gallery-item-title {
    font-size: 30px;
  }
  .inami-gallery-slider {
    margin-top: 16px;
  }
  .inami-gallery-swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .inami-gallery-controls {
    margin: 10px 0 0;
    padding-bottom: 40px;
  }
  .inami-gallery-btn {
    width: 40px;
    height: 40px;
  }
  .inami-gallery-btn__icon {
    width: 11px;
    height: 8px;
  }
  .inami-gallery-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.inami-gallery-btn:hover {
  opacity: 1;
  background-color: #fff;
}

.inami-gallery-btn:hover .inami-gallery-btn__icon {
  background-image: url(../../assets/images/icon__gt-arrow--black.svg);
}

.commissions-page {
  margin-top: 97px;
  padding-bottom: 200px;
}

.commissions-page-inner {
  max-width: 960px;
  margin-left: auto;
}

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

.commissions-intro {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  line-height: 1.667;
}

.commissions-video {
  margin-top: 98px;
}

.commissions-video-title {
  font-size: 36px;
  font-weight: 400;
  color: #c3a264;
  text-align: center;
  line-height: 1;
}

.commissions-video-wrapper {
  position: relative;
  margin-top: 24px;
  aspect-ratio: 16/9;
  background-color: #1a1a1a;
  overflow: hidden;
}

.commissions-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.commissions-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 2px solid #c3a264;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 2;
}

.commissions-video-play:hover {
  background-color: rgba(195, 162, 100, 0.2);
}

.commissions-video-play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.commissions-video-play img {
  width: 24px;
  height: auto;
  margin-left: 4px;
}

.commissions-section {
  margin-top: 88px;
}

.commissions-section-title {
  font-size: 48px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.25;
}

.commissions-section-subtitle {
  display: inline;
  font-size: 36px;
  font-weight: 400;
  color: #c3a264;
}

.commissions-section-text {
  font-family: "Libre Baskerville", serif;
  margin-top: 12px;
}

.commissions-section-text p + p {
  margin-top: 24px;
}

.commissions-process-list {
  position: relative;
  margin-top: 40px;
  display: grid;
  gap: 30px;
  padding-left: 16.66%;
}

.commissions-process-list::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/commissions-process-list__arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: calc(100% - 10px);
  width: 8px;
  bottom: 0;
  left: 8.33%;
}

.commissions-process-item-title {
  font-size: 30px;
  line-height: 1.4;
  color: #c3a264;
  font-weight: 400;
  padding-bottom: 4px;
  border-bottom: 1px solid #c3a264;
}

.commissions-process-item-text {
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}

.commissions-working-box {
  margin-top: 40px;
  border: 1px solid #fff;
  padding: 42px 8.33%;
  font-family: "Libre Baskerville", serif;
  line-height: 1.667;
}

.commissions-working-box p + p {
  margin-top: 24px;
}

.commissions-working-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
}

.commissions-working-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.commissions-request {
  margin-top: 155px;
}

.commissions-request-title {
  font-size: 48px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1;
}

.commissions-request-text {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.55;
}

.commissions-form {
  margin-top: 42px;
}

@media (max-width: 768px) {
  .commissions-page {
    margin-top: 70px;
    padding-bottom: 80px;
  }
  .commissions-page-inner {
    max-width: 100%;
  }
  .commissions-intro {
    font-size: 14px;
  }
  .commissions-video {
    margin-top: 32px;
  }
  .commissions-video-title {
    font-size: 36px;
  }
  .commissions-video-play {
    width: 60px;
    height: 60px;
  }
  .commissions-video-play img {
    width: 18px;
  }
  .commissions-section {
    margin-top: 80px;
  }
  .commissions-section-title {
    line-height: 0.8;
  }
  .commissions-section-subtitle {
    font-size: 30px;
    display: block;
    margin-top: 12px;
  }
  .commissions-section-text {
    font-size: 14px;
    margin-top: 13px;
  }
  .commissions-process-list {
    margin-top: 33px;
    padding-left: 40px;
  }
  .commissions-process-list::before {
    left: 16px;
    height: calc(100% - 5px);
  }
  .commissions-process-item-title {
    font-size: 24px;
  }
  .commissions-process-item-text {
    font-size: 14px;
    margin-top: 8px;
  }
  .commissions-working-box {
    padding: 42px 5.55%;
    font-size: 16px;
    line-height: 1.87;
  }
  .commissions-working-images {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .commissions-request {
    margin-top: 80px;
  }
  .commissions-request-title {
    font-size: 48px;
  }
  .commissions-request-text {
    font-size: 14px;
    line-height: 2;
    margin-top: 4px;
  }
  .commissions-form {
    margin-top: 12px;
  }
}
.news-archive {
  background-color: #000;
  padding: 80px 0 120px;
}

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.news-archive .news-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.news-archive .news-card-category {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  background-color: #c3a264;
  padding: 4px 12px;
  border-radius: 50px;
}

.news-archive .news-card-date {
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  color: #fff;
}

.news-archive .pagination {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .news-archive {
    padding: 60px 0 80px;
  }
  .news-archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .news-archive .news-card-meta {
    gap: 8px;
    margin-bottom: 4px;
  }
  .news-archive .news-card-category {
    font-size: 8px;
    padding: 3px 8px;
  }
  .news-archive .news-card-date {
    font-size: 10px;
  }
  .news-archive .pagination {
    margin-top: 60px;
  }
}
.news-detail-page {
  margin-top: 66px;
  padding-bottom: 200px;
}

.news-detail-meta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.news-detail-category {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: #111;
  background-color: #c3a264;
  padding: 12px 30px;
  border-radius: 150px;
}

.news-detail-date {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 1.42;
  color: #fff;
  margin-top: 2px;
}

.news-detail-title {
  font-size: 60px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.2;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.news-detail-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 100px;
  padding-top: 44px;
  border-top: 1px solid #fff;
}

.news-detail-share-label {
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  color: #fff;
}

.news-detail-share-links {
  display: flex;
  gap: 20px;
}

.news-detail-share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}

.news-detail-share-link:hover {
  opacity: 0.6;
}

.news-detail-share-link img {
  width: 100%;
  height: auto;
}

.news-detail-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 47px;
  border-top: 1px solid #fff;
}

.news-detail-nav-prev {
  display: flex;
  align-items: center;
  gap: 38px;
}

.news-detail-nav-next {
  display: flex;
  align-items: center;
  gap: 38px;
}

.news-detail-nav-link {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 8px;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: opacity 0.2s ease;
}

.news-detail-nav-link:hover {
  opacity: 0.6;
}

.news-detail-nav-link img {
  width: 16px;
  height: auto;
}

.news-detail-nav-link--prev img {
  transform: rotate(180deg);
}

.news-detail-nav-back {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  transition: opacity 0.2s ease;
}

.news-detail-nav-back:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .news-detail-page {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .news-detail-meta {
    gap: 24px;
  }
  .news-detail-category {
    font-size: 20px;
    padding: 8px 30px;
  }
  .news-detail-date {
    margin-top: 4px;
  }
  .news-detail-title {
    font-size: 36px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 44px;
  }
  .news-detail-share {
    margin-top: 40px;
  }
  .news-detail-nav {
    flex-wrap: wrap;
  }
  .news-detail-nav-prev {
    gap: 50px;
  }
  .news-detail-nav-next {
    gap: 50px;
  }
  .news-detail-nav-link {
    gap: 50px;
    font-size: 36px;
    padding-bottom: 10px;
  }
  .news-detail-nav-back {
    margin-top: 48px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    order: 1;
  }
}
.blog-archive-page {
  padding-bottom: 120px;
}

.blog-archive-featured {
  margin-top: 120px;
}

.blog-archive-featured-inner {
  display: flex;
  gap: 0;
}

.blog-archive-featured-image {
  flex-shrink: 0;
  width: 50%;
  aspect-ratio: 8/5;
  overflow: hidden;
}

.blog-archive-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-archive-featured-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
  background-color: #fff;
}

.blog-archive-featured-category {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background-color: #c3a264;
  padding: 6px 20px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-archive-featured-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  color: #000;
}

.blog-archive-featured-date {
  font-weight: 500;
}

.blog-archive-featured-author {
  font-weight: 600;
}

.blog-archive-featured-title {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-top: 35px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.blog-archive-featured-excerpt {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  color: #525252;
  line-height: 1.5;
  margin-top: 6px;
}

.blog-archive-featured-link {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-top: 6px;
  transition: opacity 0.2s ease;
}

.blog-archive-featured-link:hover {
  opacity: 0.6;
}

.blog-archive-latest {
  margin-top: 100px;
}

.blog-archive-latest-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.blog-archive-latest-title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.blog-archive-categories {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.blog-archive-category-btn {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  background-color: #c3a264;
  border-radius: 50px;
  min-width: 80px;
  padding: 8px 12px;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.2s ease;
  text-transform: capitalize;
}

.blog-archive-category-btn:hover {
  opacity: 0.7;
}

.blog-archive-category-btn.is-active {
  background-color: #fff;
}

.blog-archive-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 3.125%;
  margin-top: 48px;
}

.blog-archive-card a {
  width: 100%;
  height: 100%;
}

.blog-archive-card-image {
  aspect-ratio: 8/5;
  overflow: hidden;
}

.blog-archive-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-archive-card:hover .blog-archive-card-image img {
  transform: scale(1.05);
}

.blog-archive-card-content {
  padding: 20px 40px 50px;
  background-color: #fff;
}

.blog-archive-card-meta {
  display: flex;
  align-items: center;
  gap: 17px;
}

.blog-archive-card-category {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  background-color: #c3a264;
  padding: 3px 12px;
  min-width: 80px;
  text-align: center;
  border-radius: 50px;
  text-transform: capitalize;
}

.blog-archive-card-date {
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  color: #000;
}

.blog-archive-card-title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  margin-top: 16px;
  text-decoration: underline;
}

.blog-archive-card-excerpt {
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  color: #525252;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-archive-card-link {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  margin-top: 16px;
  text-decoration-thickness: 1px;
  transition: opacity 0.2s ease;
}

.blog-archive-card-link:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .blog-archive-page {
    padding-bottom: 160px;
  }
  .blog-archive-featured {
    margin-top: 80px;
  }
  .blog-archive-featured-inner {
    flex-direction: column;
  }
  .blog-archive-featured-image {
    width: 100%;
    aspect-ratio: 8/5;
  }
  .blog-archive-featured-content {
    padding: 26px 20px;
  }
  .blog-archive-featured-meta {
    font-size: 12px;
    margin-top: 10px;
  }
  .blog-archive-featured-title {
    font-size: 24px;
    margin-top: 5px;
  }
  .blog-archive-featured-excerpt {
    font-size: 12px;
    margin-top: 6px;
  }
  .blog-archive-featured-link {
    font-size: 20px;
    margin-top: 20px;
  }
  .blog-archive-latest {
    margin-top: 70px;
  }
  .blog-archive-latest-title {
    font-size: 48px;
  }
  .blog-archive-categories {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
  }
  .blog-archive-category-btn {
    font-size: 12px;
    padding: 5px 14px;
    min-width: 60px;
  }
  .blog-archive-posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 5.55%;
    margin-top: 20px;
  }
  .blog-archive-card-image {
    aspect-ratio: 8/5;
  }
  .blog-archive-card-content {
    padding: 10px 15px;
  }
  .blog-archive-card-meta {
    flex-wrap: wrap;
    gap: 5px;
  }
  .blog-archive-card-category {
    font-size: 14px;
    padding: 2px 8px;
    min-width: 60px;
  }
  .blog-archive-card-date {
    font-size: 12px;
  }
  .blog-archive-card-title {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 4px;
  }
  .blog-archive-card-excerpt {
    display: none;
  }
  .blog-archive-card-link {
    font-size: 14px;
    margin-top: 17px;
  }
}
.blog-detail-page {
  margin-top: 20px;
  padding-bottom: 170px;
}

.blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 26px;
}

.blog-detail-category {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background-color: #c3a264;
  padding: 9px 30px;
  border-radius: 150px;
}

.blog-detail-date {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 1.42;
}

.blog-detail-title {
  font-size: 48px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.3;
  margin-top: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #c3a264;
}

.blog-detail-footer {
  margin-top: 70px;
}

.blog-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #c3a264;
}

.blog-detail-tag {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  background-color: #c3a264;
  border: 1px solid #c3a264;
  color: #000;
  border-radius: 50px;
  line-height: 2;
  padding: 0px 20px;
  text-align: center;
  transition: background-color 0.2s ease;
}

.blog-detail-tag:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-detail-share {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 30px 0;
  border-top: 1px solid #c3a264;
  border-bottom: 1px solid #c3a264;
}

.blog-detail-share-label {
  font-size: 20px;
  color: #c3a264;
}

.blog-detail-share-links {
  display: flex;
  gap: 20px;
}

.blog-detail-share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transition: opacity 0.2s ease;
}

.blog-detail-share-link:hover {
  opacity: 0.6;
}

.blog-detail-share-link img {
  width: 100%;
  height: auto;
}

.blog-detail-author {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  padding: 25px 40px;
  background-color: #fff;
}

.blog-detail-author-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
}

.blog-detail-author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-detail-author-info {
  flex: 1;
}

.blog-detail-author-name {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.blog-detail-author-bio {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1.25;
  margin-top: 4px;
}

.blog-detail-related {
  margin-top: 124px;
}

.blog-detail-related-title {
  font-size: 36px;
  font-weight: 400;
  color: #c3a264;
  padding-bottom: 24px;
  line-height: 1;
  border-bottom: 1px solid #c3a264;
}

.blog-detail-related-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.blog-detail-back {
  margin-top: 118px;
  text-align: center;
}

.blog-detail-back-link {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  transition: opacity 0.2s ease;
}

.blog-detail-back-link:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .blog-detail-page {
    margin-top: 20px;
    padding-bottom: 80px;
  }
  .blog-detail-meta {
    gap: 20px;
  }
  .blog-detail-category {
    font-size: 20px;
    padding: 8px 24px;
    line-height: 1.2;
  }
  .blog-detail-date {
    font-size: 14px;
    line-height: 1.42;
  }
  .blog-detail-title {
    font-size: 36px;
    margin-top: 10px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .blog-detail-tags {
    gap: 10px;
    margin-top: 80px;
  }
  .blog-detail-share {
    padding: 20px 0;
  }
  .blog-detail-share-label {
    font-size: 16px;
  }
  .blog-detail-author {
    gap: 20px;
    margin-top: 40px;
    padding: 25px 20px;
  }
  .blog-detail-author-image {
    width: 60px;
    height: 60px;
  }
  .blog-detail-author-bio {
    font-size: 12px;
  }
  .blog-detail-related {
    margin-top: 140px;
  }
  .blog-detail-related-title {
    font-size: 30px;
    padding-bottom: 17px;
  }
  .blog-detail-related-posts {
    overflow-x: auto;
    gap: 20px;
    margin: 46px calc(50% - 50vw) 0;
    padding: 0 calc(50vw - 50%) 16px;
    width: 100vw;
  }
  .blog-detail-related .blog-archive-card {
    width: 200px;
  }
  .blog-detail-back {
    margin-top: 50px;
  }
  .blog-detail-back-link {
    font-size: 36px;
  }
}
.article-content {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.66;
}

.article-content h2 {
  font-family: "Imbue", serif;
  font-size: 36px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.2;
  margin-top: 60px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.article-content h3 {
  font-family: "Imbue", serif;
  font-size: 28px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.2;
  margin-top: 48px;
  margin-bottom: 20px;
}

.article-content h4 {
  font-family: "Imbue", serif;
  font-size: 22px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 16px;
}

.article-content h5 {
  font-family: "Imbue", serif;
  font-size: 18px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 12px;
}

.article-content h6 {
  font-family: "Imbue", serif;
  font-size: 16px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.2;
  margin-top: 24px;
  margin-bottom: 12px;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content p {
  margin-top: 24px;
}

.article-content p:first-child {
  margin-top: 0;
}

.article-content a {
  color: #c3a264;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.article-content a:hover {
  opacity: 0.6;
}

.article-content strong {
  font-weight: 700;
  color: #fff;
}

.article-content em {
  font-style: italic;
}

.article-content mark {
  background-color: rgba(195, 162, 100, 0.3);
  color: #fff;
  padding: 0 4px;
}

.article-content ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  list-style-type: disc;
}

.article-content ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  list-style-type: decimal;
}

.article-content li {
  margin-top: 8px;
}

.article-content li:first-child {
  margin-top: 0;
}

.article-content ul ul,
.article-content ol ol,
.article-content ul ol,
.article-content ol ul {
  margin-top: 8px;
  margin-bottom: 0;
}

.article-content blockquote {
  margin: 40px 0;
  padding: 24px 30px;
  border: 1px solid #fff;
  font-style: italic;
}

.article-content blockquote p {
  margin-top: 0;
}

.article-content blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
}

.article-content img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}

.article-content figure {
  margin: 40px 0;
}

.article-content figure img {
  margin: 0;
}

.article-content figcaption {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 12px;
}

.article-content .wp-block-gallery {
  display: grid;
  gap: 16px;
  margin: 40px 0;
}

.article-content .wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.article-content .wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.article-content .wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.article-content .wp-block-gallery figure {
  margin: 0;
}

.article-content .wp-block-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.article-content .wp-block-video {
  margin: 40px 0;
}

.article-content .wp-block-video video {
  width: 100%;
  height: auto;
}

.article-content .wp-block-embed {
  margin: 40px 0;
}

.article-content .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.article-content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-content table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}

.article-content th {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  text-align: left;
}

.article-content td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.article-content hr {
  margin: 60px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.article-content code {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

.article-content pre {
  margin: 40px 0;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow-x: auto;
}

.article-content pre code {
  background-color: transparent;
  padding: 0;
}

.article-content .wp-block-button {
  margin: 40px 0;
}

.article-content .wp-block-button__link {
  display: inline-block;
  padding: 16px 40px;
  background-color: #c3a264;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50px;
  transition: opacity 0.2s ease;
}

.article-content .wp-block-button__link:hover {
  opacity: 0.8;
  color: #000;
}

.article-content .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #c3a264;
  color: #c3a264;
}

.article-content .wp-block-columns {
  display: flex;
  gap: 24px;
  margin: 40px 0;
}

.article-content .wp-block-column {
  flex: 1;
}

.article-content .wp-block-group {
  margin: 40px 0;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.05);
}

.article-content .wp-block-group > *:first-child {
  margin-top: 0;
}

.article-content .wp-block-pullquote {
  margin: 60px 0;
  padding: 40px 0;
  border-top: 2px solid #c3a264;
  border-bottom: 2px solid #c3a264;
  text-align: center;
}

.article-content .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
  background-color: transparent;
}

.article-content .wp-block-pullquote p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .article-content {
    font-size: 14px;
  }
  .article-content h2 {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 20px;
  }
  .article-content h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .article-content h4 {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 12px;
  }
  .article-content h5 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .article-content h6 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .article-content p {
    margin-top: 20px;
  }
  .article-content img {
    margin: 30px 0;
  }
  .article-content figure {
    margin: 30px 0;
  }
  .article-content blockquote {
    margin: 30px 0;
    padding: 20px 24px;
  }
  .article-content .wp-block-gallery {
    gap: 8px;
    margin: 30px 0;
  }
  .article-content .wp-block-gallery.columns-3,
  .article-content .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-content .wp-block-columns {
    flex-direction: column;
    gap: 16px;
    margin: 30px 0;
  }
  .article-content .wp-block-pullquote {
    margin: 40px 0;
    padding: 30px 0;
  }
  .article-content .wp-block-pullquote p {
    font-size: 18px;
  }
  .article-content hr {
    margin: 40px 0;
  }
  .article-content table {
    margin: 30px 0;
    font-size: 14px;
  }
  .article-content th,
  .article-content td {
    padding: 10px 12px;
  }
}
.contact-page {
  margin-top: 160px;
  padding-bottom: 190px;
}

.contact-box {
  padding: 60px 80px;
  background-color: #ececec;
}

.contact-box-title {
  font-size: 48px;
  font-weight: 400;
  color: #000;
}

.contact-box-text {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-top: 20px;
}

.contact-form {
  margin-top: 42px;
}

.contact-form iframe {
  width: 100%;
  height: 1610px; /* フォームの内容に合わせて調整 */
  border: none;
}

/* モバイル対応 - 画面幅に応じて高さを調整 */
@media (max-width: 768px) {
  .contact-form iframe {
    height: 1800px; /* モバイルではフォームが縦長になるため */
  }
}
@media (max-width: 768px) {
  .contact-page {
    margin-top: 154px;
    padding-bottom: 168px;
  }
  .contact-box {
    max-width: 100%;
    padding: 68px 20px 80px;
  }
  .contact-box-title {
    font-size: 36px;
  }
  .contact-box-text {
    margin-top: 10px;
  }
  .contact-form {
    margin-top: 32px;
  }
}
.privacy-page {
  margin-top: 150px;
  padding-bottom: 150px;
}

.privacy-page-inner {
  font-family: "Libre Baskerville", serif;
}

.privacy-intro {
  padding: 32px 50px;
  border: 1px solid #c3a264;
  color: #c3a264;
  font-size: 20px;
  line-height: 1.8;
}

.privacy-section {
  margin-top: 80px;
}

.privacy-section-title {
  font-size: 48px;
  font-weight: 400;
  color: #c3a264;
  line-height: 1.8;
  padding-bottom: 0;
  border-bottom: 1px solid #c3a264;
  font-family: "Imbue", serif;
}

.privacy-section-text {
  line-height: 2.25;
  margin-top: 24px;
}

.privacy-section-text p + p {
  margin-top: 16px;
}

.privacy-section-text a {
  color: #c3a264;
  text-decoration: underline;
}

.privacy-section-text a:hover {
  opacity: 0.6;
}

.privacy-section-list {
  padding-left: 24px;
}

.privacy-section-list li {
  list-style-type: disc;
}

.privacy-section-list li + li {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .privacy-page {
    margin-top: 95px;
    padding-bottom: 112px;
  }
  .privacy-page-inner {
    max-width: 100%;
  }
  .privacy-intro {
    padding: 50px 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  .privacy-section {
    margin-top: 70px;
  }
  .privacy-section-title {
    font-size: 36px;
    line-height: 1;
    padding-bottom: 12px;
  }
  .privacy-section-text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 28px;
  }
  .privacy-section-list li {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */