@charset "UTF-8";

:root {
  --color-text: #1f1f1f;
  --color-sub: #68605b;
  --color-line: #d8d1ca;
  --color-bg: #ffffff;
  --color-cream: #f5eee9;
  --color-beige: #e9d8cf;
  --color-pink: #d2aa9a;
  --color-hover: #d2aa9a;
  --font-serif: "Times New Roman", "Yu Mincho", "游明朝", serif;
  --font-sans: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --inner: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .06em;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

.pc-only { display: inline; }
.section {
  width: min(var(--inner), calc(100% - 80px));
  margin: 0 auto;
}
.section-label {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}
h1, h2, h3, p { margin-top: 0; }
h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: .08em;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 190px;
  height: 48px;
  padding: 0 28px;
  border: 1px solid var(--color-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: .28s ease;
}
.btn span { transition: transform .28s ease; }
.btn:hover span { transform: translateX(5px); }
.btn-dark { background: #1f1f1f; color: #fff; }
.btn-dark:hover { background: #fff; color: #1f1f1f; }
.btn-outline { background: #fff; color: #1f1f1f; }
.btn-outline:hover { background: #1f1f1f; color: #fff; }
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.image-hover img,
.work-card figure img,
.category-grid img,
.banner-grid img,
.deliverable-item img {
  transition: transform .45s ease, opacity .45s ease;
}

.image-hover:hover img,
.work-card figure:hover img,
.category-grid a:hover img,
.banner-grid a:hover img,
.deliverable-item a:hover img {
  transform: scale(1.04);
  opacity: .92;
}

.product-page-window:hover img,
.product-page-preview:hover img {
  transform: none;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid rgba(238,238,238,.9);
  backdrop-filter: blur(12px);
  transform: translateY(-105%);
  opacity: 0;
  pointer-events: none;
  transition: transform .45s ease, opacity .45s ease, background .3s ease;
}
.site-header.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header-inner {
  height: 74px;
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 36px;
}
.site-logo { display: inline-block; line-height: 1.1; }
.logo-main {
  display: block;
  font-family: var(--font-serif);
  font-size: 26px;
  letter-spacing: .12em;
}
.logo-sub {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}
.global-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 54px;
  padding-right: 34px;
}
.global-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  position: relative;
}
.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: #1f1f1f;
  transition: .25s ease;
}
.global-nav a:hover::after { width: 100%; }
.header-contact {
  height: 44px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.mail-icon {
  width: 18px;
  height: 13px;
  border: 1px solid currentColor;
  display: inline-block;
  position: relative;
}
.mail-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 48%, currentColor 50%, transparent 52%),
              linear-gradient(35deg, transparent 48%, currentColor 50%, transparent 52%);
  opacity: .8;
}
.hamburger { display: none; }


/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: #f7f2ef;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    linear-gradient(
      90deg,
      rgba(247,242,239,.35),
      rgba(247,242,239,.08)
    ),
    url("../img/top/top-kari-img.jpg") center center / 105% auto no-repeat;

  animation: heroZoom 18s ease-in-out infinite alternate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(247,242,239,.88) 0%, rgba(247,242,239,.72) 38%, rgba(247,242,239,.2) 70%, rgba(247,242,239,0) 100%);
  pointer-events: none;
}
.hero-inner {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  padding-left: max(32px, calc((100vw - 1280px) / 2));
}
.hero-copy { position: relative; z-index: 3; padding: 74px 0 58px; }
.hero-logo {
  margin-bottom: 10px;
  font-family: var(--font-serif);
  font-size: clamp(56px, 7vw, 92px);
  line-height: 1;
  letter-spacing: .09em;
}
.hero-job {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}
.hero h1 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.55;
  letter-spacing: .09em;
}
.hero-text {
  margin-bottom: 28px;
  color: #5d5651;
  font-size: 13px;
  font-weight: 600;
}
.hero-service-list {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 32px 0;
  padding: 14px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  background: rgba(255,255,255,.72);
  border: 1px solid #eee5df;
  backdrop-filter: blur(8px);
}
.hero-service-list li {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: none;
}
.hero-service-list li:last-child { border-right: none; }
.hero-service-list img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}
.service-text { display: block; min-width: 0; }
.hero-service-list .service-main {
  display: block;
  color: #1f1f1f;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-service-list li > .service-text > span:not(.service-main) {
  display: block;
  color: #6d655f;
  font-size: 7px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.hero-visual {
  height: 100vh;
  width: 100%;
  margin-right: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  transform: translateY(0);
  will-change: transform;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.scroll-text {
  position: absolute;
  left: 22px;
  bottom: 28px;
  z-index: 3;
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: .18em;
}
.scroll-text::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: 0 auto 12px;
  background: rgba(31,31,31,.35);
}
.scroll-text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -72px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1f1f1f;
  transform: translateX(-50%);
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0% { top: -72px; opacity: 0; }
  22% { opacity: 1; }
  78% { opacity: 1; }
  100% { top: -18px; opacity: 0; }
}

/* Works */
.works { padding: 50px 0 78px; }
.works-head {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: end;
  gap: 36px;
  margin-bottom: 28px;
}
.works-head h2 { position: relative; }

.works-head h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  margin-top: 18px;
  margin-left: 0;
  background: #1f1f1f;
}
.section-lead { margin: 0 0 0 18px; font-size: 12px; font-weight: 600; }
.works-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid var(--color-line);
}
.work-card {
  min-width: 0;
  padding: 0 22px 0 24px;
  border-right: 1px solid var(--color-line);
}
.work-card a { display: block; height: 100%; }
.work-number {
  margin-bottom: -28px;
  color: #d2aa9a;
  font-family: var(--font-serif);
  font-size: 42px;
  font-style: italic;
  line-height: 1;
}
.work-card h3 {
  min-height: 0;
  margin: 6px 0 2px 42px;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: .02em;
}
.work-sub {
  margin: 0 0 16px 42px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  color: #6d655f;
}
.work-card figure {
  margin: 0 0 24px;
  overflow: hidden;
  background: var(--color-pink);
  box-shadow: 0 8px 18px rgba(31,31,31,.12);
}
.work-card figure img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.work-card figure:hover img { transform: scale(1.06); }
.work-card ul { margin-bottom: 24px; }
.work-card li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
}
.work-card li::before { content: "・"; }
.view-more {
  display: inline-block;
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
  transition: color .25s ease, transform .25s ease;
}
.view-more:hover {
  color: var(--color-hover);
  transform: translateX(5px);
}
.work-card:nth-child(5) h3 {
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0;
}

/* Reason */
.reason { padding: 0 0 86px; }
.reason-box {
  padding: 46px 58px 54px;
  background: #f4eee9;
}
.reason-head {
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: center;
  gap: 42px;
  padding-bottom: 34px;
  border-bottom: 1px solid #cfc5bd;
}
.reason-head p:last-child {
  margin: 0;
  justify-self: start;
  align-self: end;
  font-weight: 700;
  text-align: left;
}
.reason-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  padding-top: 44px;
}
.reason-item { text-align: center; }
.reason-item img {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  object-fit: contain;
}
.reason-item h3 { margin-bottom: 12px; font-size: 17px; }
.reason-item p {
  margin: 0;
  color: #5e5752;
  font-size: 12px;
  font-weight: 600;
}

/* Profile */
.profile { padding: 0 0 90px; }
.profile-inner {
  display: grid;
  grid-template-columns: 1fr 330px minmax(350px, 1.1fr);
  align-items: start;
  gap: 52px;
}

.profile-copy p,
.profile-skill li { font-size: 13px; font-weight: 600; }
.profile-copy h2 {
  position: relative;
  margin-bottom: 22px;
}
.profile-copy h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  margin-top: 18px;
  background: #1f1f1f;
}

.profile-copy .btn { margin-top: 12px; }
.profile-skill h3 { margin-bottom: 24px; font-size: 22px; }
.profile-skill ul { margin-bottom: 28px; }
.profile-skill li {
  padding-left: 1.4em;
  position: relative;
  line-height: 2.1;
}
.profile-skill li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6e8062;
}
.profile-skill li:first-child {
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: .03em;
}

.profile-image,
.profile-skill {
  padding-top: 78px;
}

.profile-image img {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  object-position: center;
}


/* Contact */
.contact-cta {
  width: min(var(--inner), calc(100% - 80px));
  margin: 0 auto 90px;
  padding: 34px 70px;
  background: #f2dfd5;
}
.contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.contact-title { display: flex; align-items: center; gap: 28px; }
.mail-line-icon {
  width: 42px;
  height: auto;
  border: none;
  background: none;
  flex: 0 0 auto;
}
.contact-title h2 { margin-bottom: 2px; font-size: 26px; }
.contact-title p { margin: 0; font-size: 12px; font-weight: 600; }

/* Footer */
.site-footer { background: #f4eee9; }
.footer-inner {
  width: min(var(--inner), calc(100% - 80px));
  margin: 0 auto;
  padding: 68px 0 74px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.3fr;
  gap: 80px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-brand .instagram {
  display: inline-flex;
  margin-top: 24px;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  padding: 0;
}
.footer-brand .instagram img { width: 22px; height: 22px; }
.site-footer h3 {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.site-footer li,
.site-footer p {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
.site-footer a { transition: color .25s ease; }
.site-footer a:hover { color: var(--color-hover); }
.footer-bottom {
  height: 62px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
}
.footer-bottom small {
  display: block;
  width: min(var(--inner), calc(100% - 80px));
  text-align: center;
  font-size: 11px;
}
.page-top {
  position: absolute;
  right: max(28px, calc((100vw - var(--inner)) / 2));
  font-size: 13px;
  font-weight: 700;
  transition: color .25s ease;
}
.page-top span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  transition: transform .25s ease, border-color .25s ease, color .25s ease;
}
.page-top:hover { color: var(--color-hover); }
.page-top:hover span {
  transform: translateY(-4px);
  border-color: var(--color-hover);
}


.header-contact {
  transition: .28s ease;
  border: 1px solid #1f1f1f;

}

.header-contact:hover {
  background: #fff;
  color: #1f1f1f;
}
.lower-page .site-header {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  background: rgba(255,255,255,.92);
}
.footer-contact .btn-outline:hover {
  color: #fff;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.8;
  color: #8f8781;
  padding-top: 40px;
}

.breadcrumb a {
  color: #8f8781;
  transition: color .25s ease, opacity .25s ease;
}

.breadcrumb a:hover {
  color: #000;
  opacity: .85;
}

.breadcrumb span {
  color: var(--color-pink);
}

.breadcrumb a::after {
  content: ">";
  display: inline-block;
  margin: 0 14px;
  color: #918781;
}



@media (max-width: 1080px) and (min-width: 769px) {
  .header-inner { width: calc(100% - 44px); gap: 20px; }
  .global-nav ul { gap: 26px; }
  .hero-inner { width: calc(100% - 44px); grid-template-columns: 42% 58%; }
  .hero-visual { margin: 0; }
  .hero-logo { font-size: clamp(54px, 6vw, 72px); }
  .hero h1 { font-size: clamp(26px, 3vw, 34px); }
  .hero-service-list { width: 100%; grid-template-columns: repeat(3, 1fr); }
  .hero-service-list li:nth-child(3) { border-right: none; }
  .hero-service-list li:nth-child(6) { border-right: none; }
  .work-card { padding-inline: 16px; }
  .works-grid { grid-template-columns: repeat(5, 1fr); gap: 0; }
  .profile-inner { grid-template-columns: 1fr 300px 1.1fr; gap: 30px; }
}

@media (max-width: 768px) {

  /* =====================
     Base
  ===================== */
  body {
    font-size: 13px;
  }

  .pc-only {
    display: none;
  }

  .section,
  .contact-cta,
  .footer-inner {
    width: calc(100% - 40px);
  }

  h2 {
    font-size: 26px;
  }

  .btn {
    min-width: 0;
    height: 50px;
    padding: 0 24px;
  }

  /* =====================
     Header
  ===================== */
  .site-header {
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
  }

  .header-inner {
    width: calc(100% - 32px);
    height: 64px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .logo-main {
    font-size: 22px;
  }

  .logo-sub {
    font-size: 8px;
  }

  .header-contact {
    display: none;
  }

  .hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 1200;
  }

  .hamburger span {
    display: block;
    width: 26px;
    height: 1px;
    background: #1f1f1f;
  }

  .global-nav {
    display: block;
    position: fixed;
    inset: 64px 0 auto 0;
    width: 100%;
    padding: 30px 24px;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  }

  .global-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .global-nav ul {
    flex-direction: column;
    gap: 18px;
    padding: 0;
  }

  /* =====================
     Hero
  ===================== */
  .hero {
    min-height: auto;
    padding: 108px 0 70px;
    background: #f7f2ef;
  }

  .hero-bg {
    inset: 64px 0 auto 0;
    height: 360px;
    background:
      linear-gradient(
        90deg,
        rgba(247,242,239,.94) 0%,
        rgba(247,242,239,.72) 42%,
        rgba(247,242,239,.15) 100%
      ),
      url("../img/top/top-kari-img.jpg") 88% top / cover no-repeat;
    transform: none !important;
    animation: none;
  }

  .hero::after {
    display: none;
  }

  .hero-inner {
    position: relative;
    z-index: 3;
    width: calc(100% - 40px);
    min-height: auto;
    display: block;
    padding: 0;
    margin: 0 auto;
  }

  .hero-copy {
    padding: 0;
  }

  .hero-logo {
    font-size: 48px;
    line-height: 1;
    letter-spacing: .08em;
    margin-bottom: 10px;
  }

  .hero-job {
    font-size: 10px;
    margin-bottom: 36px;
  }

  .hero h1 {
    font-size: 25px;
    line-height: 1.65;
    letter-spacing: .08em;
    margin-bottom: 22px;
  }

  .hero-text {
    width: 62%;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 28px;
  }

  .hero-service-list {
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    background: transparent;
    border: none;
    backdrop-filter: none;
  }

  .hero-service-list li {
    min-height: 76px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    background: rgba(255,255,255,.78);
    border: 1px solid #eee5df;
  }

  .hero-service-list img {
    width: 24px;
    height: 24px;
  }

  .hero-service-list .service-main {
    font-size: 10px;
  }

  .hero-service-list li > .service-text > span:not(.service-main) {
    font-size: 7px;
  }

  .hero .btn {
    width: min(280px, 100%);
    height: 52px;
    margin: 0 auto;
    display: flex;
  }

  .scroll-text {
    display: none;
  }

  /* =====================
     Works
  ===================== */
  .works {
    padding-top: 48px;
  }

  .works-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  .section-lead {
    margin-left: 0;
  }

  .works-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: none;
  }

  .work-card {
    padding: 28px 0;
    border-right: none;
    border-bottom: 1px solid var(--color-line);
  }

  .work-card a {
    display: grid;
    grid-template-columns: 116px 1fr 18px;
    gap: 18px;
    align-items: center;
  }

  .work-number {
    grid-column: 2;
    margin: 0 0 -6px;
    font-size: 42px;
  }

  .work-card h3,
  .work-sub,
  .work-card ul {
    grid-column: 2;
    margin-left: 0;
  }

  .work-card h3 {
    font-size: 17px;
    margin-bottom: 0;
  }

  .work-sub {
    margin-bottom: 10px;
  }

  .work-card figure {
    grid-column: 1;
    grid-row: 1 / 5;
    max-width: none;
    margin: 0;
  }

  .work-card figure img {
    aspect-ratio: 1 / 1;
    border-radius: 4px;
  }

  .work-card ul {
    margin-bottom: 0;
  }

  .work-card li {
    font-size: 11px;
    line-height: 1.7;
  }

  .view-more {
    grid-column: 3;
    grid-row: 1 / 5;
    align-self: center;
    font-size: 0;
  }

  .view-more::after {
    content: "↗";
    font-size: 16px;
    font-weight: 300;
    color: #b7aaa1;
  }

  .work-card:nth-child(5) h3 {
    white-space: normal;
    font-size: 16px;
  }

  /* =====================
     Reason
  ===================== */
  .reason {
    padding-bottom: 72px;
  }

  .reason-box {
    padding: 38px 26px;
  }

  .reason-head {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 28px;
  }

  .reason-list {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
  }

  .reason-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: flex-start;
    text-align: left;
  }

  .reason-item img {
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .reason-item h3 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .reason-item p {
    font-size: 12px;
    line-height: 1.9;
  }

  /* =====================
     Profile
  ===================== */
  .profile {
    padding-bottom: 72px;
  }

  .profile-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .profile-copy {
    order: 1;
  }

  .profile-image {
    order: 2;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .profile-image img {
    aspect-ratio: 4 / 4.6;
    max-height: 420px;
    object-fit: cover;
  }

  .profile-skill {
    order: 3;
  }

  .profile-skill li:first-child {
    white-space: normal;
    font-size: 13px;
  }

  /* =====================
     Contact
  ===================== */
  .contact-cta {
    padding: 42px 24px;
    text-align: center;
  }

  .contact-inner {
    flex-direction: column;
    align-items: center;
  }

  .contact-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }

  .contact-title h2 {
    font-size: 21px;
  }

  .contact-cta .btn {
    width: 100%;
  }

  /* =====================
     Footer
  ===================== */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 50px 0;
  }

  .footer-nav li {
    margin-bottom: 8px;
  }

  .footer-bottom {
    height: auto;
    padding: 20px 0 56px;
  }

  .footer-bottom small {
    width: calc(100% - 40px);
  }

  .page-top {
    right: 20px;
    bottom: 18px;
  }
  .profile-image,
.profile-skill {
  padding-top: 0;
}

.profile-image img {
  max-height: none;
}
}