html { overflow-x: hidden; }

/* Selected projects: same visual weight, with a gentle editorial overlap. */
#project-yuren.project-card--representative,
#project-marventa.project-card--representative,
#project-rural.project-card--representative {
  display: grid;
  min-height: 585px;
  overflow: visible;
}

#project-yuren .project-card__copy,
#project-rural .project-card__copy {
  grid-column: 1;
  grid-row: 1;
}

#project-yuren .project-visuals,
#project-rural .project-visuals {
  grid-column: 2;
  grid-row: 1;
}

#project-marventa .project-visuals {
  grid-column: 1;
  grid-row: 1;
}

#project-marventa .project-card__copy {
  grid-column: 2;
  grid-row: 1;
}

#project-yuren .project-visuals,
#project-marventa .project-visuals,
#project-rural .project-visuals {
  position: relative;
  z-index: 2;
  align-self: center;
  min-height: 0;
  box-sizing: border-box;
  width: 100%;
  height: 390px;
  padding: 0 18px;
  background: transparent;
}

#project-yuren .project-visuals figure,
#project-marventa .project-visuals figure,
#project-rural .project-visuals figure {
  height: 100%;
  padding: 7px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 34px rgba(18, 28, 42, .12);
}

#project-yuren .project-visuals__main,
#project-marventa .project-visuals__main,
#project-rural .project-visuals__main { height: 100%; }

@media (min-width: 768px) {
  #project-yuren.project-card--representative,
  #project-marventa.project-card--representative,
  #project-rural.project-card--representative { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }

  #project-marventa.project-card--representative h3 { white-space: nowrap; }
}

@media (max-width: 767px) {
  #project-yuren.project-card--representative,
  #project-marventa.project-card--representative,
  #project-rural.project-card--representative {
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: hidden;
  }

  #project-yuren .project-card__copy,
  #project-marventa .project-card__copy,
  #project-rural .project-card__copy,
  #project-yuren .project-visuals,
  #project-marventa .project-visuals,
  #project-rural .project-visuals {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    transform: none;
  }

  #project-yuren .project-card__copy,
  #project-marventa .project-card__copy,
  #project-rural .project-card__copy { order: 1; }

  #project-yuren .project-visuals,
  #project-marventa .project-visuals,
  #project-rural .project-visuals { order: 2; }

  #project-marventa.project-card--representative h3 { white-space: normal; }
}
@media (max-width: 767px) { .project-card--secondary:nth-child(3) .project-status-panel { grid-column: auto; } }
.project-card--with-visual { grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr); }.project-visuals { position: relative; min-height: 390px; padding: 18px; background: linear-gradient(145deg,rgba(237,231,255,.7),rgba(221,247,255,.7)); }.project-visuals figure { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 17px; background: #fff; box-shadow: 0 12px 26px rgba(18,28,42,.1); }.project-visuals img { display: block; width: 100%; height: 100%; }.project-visuals__main { height: 100%; }.project-visuals__main img { object-fit: contain; }.project-visuals__detail { position: absolute; right: 10px; bottom: 12px; width: 48%; height: 29%; padding: 4px; }.project-visuals__detail img { object-fit: cover; }.project-build { margin-top: 20px; border-top: 1px solid rgba(18,28,42,.1); padding-top: 17px; }.project-build span { color: #416656; font-size: 11px; font-weight: 800; letter-spacing: .1em; }.project-build p { margin: 8px 0 0 !important; color: #121c2a !important; font-weight: 700; }.project-result-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }.project-result-tags span { padding: 7px 10px; border: 1px solid rgba(190,242,100,.7); border-radius: 999px; background: rgba(209,250,229,.48); color: #294e3f; font-size: 13px; font-weight: 800; }.project-status-panel { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 34px; background: linear-gradient(145deg,rgba(255,244,246,.86),rgba(234,251,244,.76)); }.project-status-panel span { color: #416656; font-size: 12px; font-weight: 800; letter-spacing: .14em; }.project-status-panel strong { color: #121c2a; font: 700 24px/1.2 Geist, Inter, "Noto Sans SC", sans-serif; }.project-status-panel p { margin: 0; color: #5e5c6e; font-size: 15px; line-height: 1.65; }.project-status-panel i { align-self: flex-start; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.66); color: #416656; font-size: 12px; font-style: normal; font-weight: 800; }
@media (max-width: 767px) { .project-card--with-visual { grid-template-columns: 1fr; }.project-visuals { min-height: 310px; }.project-visuals__detail { width: 44%; height: 31%; } }
.projects-stack, .experience-stack { display: grid; gap: 32px; }.project-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.88); border-radius: 32px; background: rgba(255,255,255,.66); box-shadow: 0 18px 42px rgba(18,28,42,.08); }.project-card--primary { display: grid; grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr); min-height: 470px; }.project-card--secondary { display: grid; grid-template-columns: 190px minmax(0,1fr); }.project-card--secondary:nth-child(3) { grid-template-columns: minmax(0,1fr) 190px; }.project-card--secondary:nth-child(3) .project-case-mark { grid-column: 2; }.project-card--secondary:nth-child(3) .project-card__copy { grid-column: 1; grid-row: 1; }.project-card__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px; }.project-index { display: block; margin-bottom: 13px; color: #416656; font-size: 12px; font-weight: 800; letter-spacing: .12em; }.project-card h3, .experience-card h3 { margin: 0; color: #121c2a; font: 700 clamp(26px,3vw,38px)/1.12 Geist, Inter, "Noto Sans SC", sans-serif; letter-spacing: -.04em; }.project-card__copy p { margin: 17px 0 0; color: #5e5c6e; font-size: 16px; line-height: 1.7; }.project-pills, .project-capabilities { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }.project-pills .resume-pill, .project-capabilities .resume-pill { margin: 0; }.project-proof { display: block; margin-top: 22px; color: #416656; font-size: 15px; line-height: 1.5; }.project-work { border-top: 1px solid rgba(18,28,42,.1); padding-top: 17px; }.project-card .resume-link { margin-top: 26px; }.project-shots { position: relative; min-height: 100%; padding: 30px 34px 30px 0; background: linear-gradient(135deg,rgba(255,250,235,.7),rgba(233,251,243,.72)); }.project-shot { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: #fff; box-shadow: 0 16px 32px rgba(18,28,42,.1); }.project-shot img { display: block; width: 100%; height: 100%; object-fit: contain; }.project-shot--main { height: 100%; min-height: 390px; padding: 12px; }.project-shot--phone { position: absolute; right: 12px; bottom: 18px; width: 24%; height: 52%; padding: 7px; }.project-case-mark { display: flex; flex-direction: column; justify-content: space-between; padding: 32px; background: linear-gradient(155deg,rgba(255,244,246,.9),rgba(234,251,244,.76)); color: #416656; }.project-case-mark span { font-size: 12px; font-weight: 800; letter-spacing: .15em; }.project-case-mark b { color: rgba(18,28,42,.14); font: 800 72px/1 Geist, Inter, sans-serif; letter-spacing: -.08em; }
.experience-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.7fr); overflow: hidden; border: 1px solid rgba(255,255,255,.88); border-radius: 30px; background: rgba(255,255,255,.64); box-shadow: 0 16px 38px rgba(18,28,42,.06); }.experience-card:nth-child(2) { grid-template-columns: minmax(280px,.7fr) minmax(0,1fr); }.experience-card:nth-child(2) .experience-metrics { grid-column: 1; }.experience-card:nth-child(2) .experience-card__copy { grid-column: 2; grid-row: 1; }.experience-card__copy { padding: 38px 42px; }.experience-card__copy p { margin: 15px 0 0; color: #5e5c6e; font-size: 15px; line-height: 1.72; }.experience-card__copy b { color: #121c2a; }.experience-link { display: inline-flex; margin-top: 22px; color: #416656; font-size: 14px; font-weight: 800; text-decoration: none; }.experience-metrics { display: grid; grid-template-columns: 1fr; align-content: center; gap: 12px; padding: 28px; background: linear-gradient(145deg,rgba(254,243,199,.55),rgba(209,250,229,.48)); }.experience-metrics div { padding: 21px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.58); }.experience-metrics strong { display: block; color: #416656; font: 800 clamp(27px,3vw,42px)/1 Geist, Inter, "Noto Sans SC", sans-serif; letter-spacing: -.06em; }.experience-metrics span { display: block; margin-top: 8px; color: #5e5c6e; font-size: 13px; font-weight: 700; }
@media (max-width: 767px) { .project-card--primary, .project-card--secondary, .project-card--secondary:nth-child(3), .experience-card, .experience-card:nth-child(2) { grid-template-columns: 1fr; }.project-card--secondary:nth-child(3) .project-case-mark, .experience-card:nth-child(2) .experience-metrics { grid-column: auto; }.project-card--secondary:nth-child(3) .project-card__copy, .experience-card:nth-child(2) .experience-card__copy { grid-column: auto; grid-row: auto; }.project-card__copy, .experience-card__copy { padding: 30px 26px; }.project-shots { min-height: 320px; padding: 20px; }.project-shot--main { min-height: 280px; }.project-shot--phone { right: 8px; bottom: 10px; height: 54%; }.project-case-mark { min-height: 120px; flex-direction: row; align-items: end; }.project-case-mark b { font-size: 56px; }.experience-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 18px; }.experience-metrics div { padding: 17px; } }
.highlights-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.highlight-item { position: relative; display: flex; min-height: 184px; padding: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 24px; background: rgba(255,255,255,.66); box-shadow: 0 16px 36px rgba(18,28,42,.06); }.highlight-item::before { position: absolute; top: 0; left: 0; width: 48px; height: 1px; background: #bef264; content: ""; }.highlight-item:nth-child(2) { transform: translateY(10px); }.highlight-item:nth-child(3) { transform: translateY(4px); }.highlight-number { position: absolute; top: 22px; right: 22px; color: rgba(18,28,42,.08); font: 800 32px/1 Geist, Inter, sans-serif; letter-spacing: -.07em; }.highlight-item > div { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: end; }.highlight-kicker { display: inline-flex; align-self: flex-start; margin-bottom: 12px; padding: 5px 9px; border-radius: 999px; background: rgba(209,250,229,.56); color: #416656; font-size: 11px; font-weight: 800; letter-spacing: .08em; }.highlight-item h3 { margin: 0 0 7px; color: #121c2a; font: 700 19px/1.3 Geist, Inter, "Noto Sans SC", sans-serif; }.highlight-item p { margin: 0; color: #5e5c6e; font-size: 14px; line-height: 1.55; }.highlight-item .highlight-emphasis { color: #416656; font-size: 15px; font-weight: 750; }
@media (max-width: 767px) { .highlight-item:nth-child(2), .highlight-item:nth-child(3) { transform: none; } }
.selected-work { margin-top: 120px; }.work-feature-card { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); overflow: hidden; border: 1px solid rgba(255,255,255,.88); border-radius: 32px; background: rgba(255,255,255,.66); box-shadow: 0 18px 42px rgba(18,28,42,.08); color: inherit; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }.work-feature-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(18,28,42,.12); }.work-feature-card__visual { min-height: 340px; padding: 18px; background: rgba(244,248,246,.65); }.work-feature-card__visual img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 18px; background: #fff; }.work-feature-card__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px; }.work-feature-card__content p { margin: 18px 0 28px; color: #5e5c6e; font-size: 17px; line-height: 1.7; }.work-feature-card__link { color: #416656; font-size: 15px; font-weight: 800; }.work-feature-card__link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }.work-feature-card:hover .work-feature-card__link span { transform: translateX(4px); }
.background-date { margin: -2px 0 12px !important; color: #416656 !important; font-size: 13px !important; font-weight: 700; letter-spacing: .04em; }.contact-section { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding: 36px 0; border-top: 1px solid rgba(18,28,42,.12); }.contact-email { display: inline-flex; align-items: center; gap: 10px; flex: none; padding: 14px 18px; border-radius: 999px; background: #fef3c7; color: #121c2a; font-size: 15px; font-weight: 800; text-decoration: none; }
@media (max-width: 767px) { .resume-grid, .highlights-grid { grid-template-columns: 1fr; }.selected-work { margin-top: 72px; }.work-feature-card { grid-template-columns: 1fr; }.work-feature-card__visual { min-height: 230px; }.work-feature-card__content { padding: 28px; }.contact-section { display: block; padding: 28px 0; }.contact-email { margin-top: 22px; } }
:root { --portfolio-nav-width: min(1320px, calc(100% - 140px)); --portfolio-content-width: min(1280px, calc(100% - 180px)); }
.portfolio-nav-shell { position: fixed; z-index: 100; top: 22px; left: 50%; width: var(--portfolio-nav-width); transform: translateX(-50%); box-sizing: border-box; }
.portfolio-content-align { width: var(--portfolio-content-width) !important; max-width: none !important; margin-right: auto !important; margin-left: auto !important; padding-right: 0 !important; padding-left: 0 !important; }
.portfolio-home-content > section:first-child { overflow-x: clip; }
#intro, #projects, #experience, #background, #project-yuren, #project-marventa, #project-rural, #experience-huarun, #experience-media { scroll-margin-top: 132px; }
.resume-section { margin-top: 88px; }
.resume-section__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.resume-section__eyebrow { color: #416656; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.resume-section__title { margin: 6px 0 0; color: #121c2a; font: 700 clamp(28px, 3vw, 42px)/1.15 Geist, Inter, "Noto Sans SC", sans-serif; letter-spacing: -.04em; }
.resume-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.resume-card { min-height: 100%; padding: 26px; border: 1px solid rgba(255,255,255,.85); border-radius: 24px; background: rgba(255,255,255,.66); box-shadow: 0 16px 36px rgba(18,28,42,.06); }
.resume-card--wide { grid-column: span 2; }.resume-card h3 { margin: 0 0 10px; color: #121c2a; font: 700 20px/1.25 Geist, Inter, "Noto Sans SC", sans-serif; }.resume-card p, .resume-card li { color: #5e5c6e; font-size: 15px; line-height: 1.7; }.resume-card ul { margin: 12px 0 0; padding-left: 18px; }.resume-card li + li { margin-top: 7px; }.resume-metric { display: block; margin-bottom: 8px; color: #416656; font: 700 32px/1 Geist, Inter, sans-serif; letter-spacing: -.05em; }.resume-pill { display: inline-flex; margin: 0 6px 8px 0; padding: 8px 11px; border: 1px solid rgba(190,242,100,.7); border-radius: 999px; background: rgba(209,250,229,.45); color: #294e3f; font-size: 13px; font-weight: 700; }.resume-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 11px 15px; border-radius: 999px; background: #121c2a; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }.resume-link:hover { background: #416656; }.project-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 26px; }.project-card .project-actions .resume-link { margin-top: 0; }.project-experience-link { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 9px 4px; color: #416656; font-size: 14px; font-weight: 800; text-decoration: none; }.project-experience-link:hover { color: #121c2a; text-decoration: underline; text-underline-offset: 4px; }.resume-contact { color: #416656 !important; font-weight: 700; text-decoration: none; }
.yuren-evidence-layout { display: grid; grid-template-columns: minmax(220px, .9fr) minmax(0, 2.1fr); gap: 18px; align-items: stretch; }.yuren-evidence-poster { display: flex; flex-direction: column; margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.85); border-radius: 24px; background: rgba(255,255,255,.66); box-shadow: 0 16px 36px rgba(18,28,42,.06); }.yuren-evidence-poster img { width: 100%; min-height: 360px; height: 100%; object-fit: contain; border-radius: 16px; background: rgba(248,249,255,.72); }.yuren-evidence-poster figcaption { padding: 12px 4px 2px; color: #416656; font-size: 13px; font-weight: 700; }.yuren-evidence-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }.yuren-evidence-result { grid-column: 1 / -1; }
@media (max-width: 767px) { .resume-section { margin-top: 60px; }.resume-section__head { display: block; }.resume-grid { grid-template-columns: 1fr; }.resume-card--wide { grid-column: auto; }.resume-card { padding: 22px; }.yuren-evidence-layout { grid-template-columns: 1fr; }.yuren-evidence-poster img { height: auto; min-height: 0; max-height: 560px; }.yuren-evidence-cards { grid-template-columns: 1fr; }.yuren-evidence-result { grid-column: auto; } }
.portfolio-nav { position: relative; display: grid; grid-template-columns: max-content max-content 1fr; align-items: center; gap: 30px; min-height: 86px; padding: 0 28px; border: 1px solid rgba(255,255,255,.78); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 18px 40px rgba(18,28,42,.08); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); color: #121c2a; font-family: Inter, "PingFang SC", "Noto Sans SC", sans-serif; }
.portfolio-nav a, .portfolio-nav button { font: inherit; color: inherit; }
.portfolio-brand { font: 700 20px/1 Geist, Inter, sans-serif !important; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; }
.portfolio-menu { display: flex; align-items: center; justify-content: flex-start; justify-self: start; gap: 34px; }
.portfolio-nav--intro .portfolio-menu { gap: 16px; }.portfolio-nav--intro .portfolio-nav-link, .portfolio-nav--intro .portfolio-dropdown-toggle { padding-right: 16px; padding-left: 16px; }
.portfolio-nav-link, .portfolio-dropdown-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px; background: transparent; color: #59626d; cursor: pointer; font-size: 16px !important; font-weight: 600 !important; line-height: 1 !important; text-decoration: none; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.portfolio-nav-link:hover, .portfolio-dropdown-toggle:hover, .portfolio-nav-link[aria-current="page"], .portfolio-dropdown-toggle.is-active { color: #416656; background: rgba(209,250,229,.62); }
.portfolio-chevron { font-size: 15px; transition: transform .2s ease; }
.portfolio-dropdown-toggle[aria-expanded="true"] .portfolio-chevron { transform: rotate(180deg); }
.portfolio-dropdown { position: relative; z-index: 1; }
.portfolio-dropdown-panel { position: absolute; z-index: 110; top: calc(100% + 10px); left: 50%; display: none; min-width: 164px; padding: 8px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 16px 36px rgba(18,28,42,.14); pointer-events: auto; }
.portfolio-dropdown-panel.is-open { display: grid; gap: 3px; }
.portfolio-dropdown-panel a { padding: 10px 12px; border-radius: 10px; color: #414844; font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.portfolio-dropdown-panel a:hover, .portfolio-dropdown-panel a[aria-current="page"] { color: #294e3f; background: #d1fae5; }
.portfolio-resume { display: inline-flex; align-items: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; background: #fef3c7; color: #121c2a; cursor: pointer; font-size: 16px !important; font-weight: 700 !important; letter-spacing: .04em; white-space: nowrap; }
.portfolio-nav > .portfolio-resume { justify-self: end; }
.portfolio-menu > .portfolio-resume { display: none; }
.portfolio-menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: #fef3c7; cursor: pointer; }
.portfolio-menu-toggle span, .portfolio-menu-toggle::before, .portfolio-menu-toggle::after { display: block; width: 17px; height: 2px; margin: 3px auto; border-radius: 2px; background: #121c2a; content: ""; transition: transform .2s ease; }
.portfolio-menu-toggle[aria-expanded="true"] span { transform: scaleX(0); }.portfolio-menu-toggle[aria-expanded="true"]::before { transform: translateY(5px) rotate(45deg); }.portfolio-menu-toggle[aria-expanded="true"]::after { transform: translateY(-5px) rotate(-45deg); }
.portfolio-toast { position: absolute; top: calc(100% + 12px); right: 0; display: none; padding: 11px 14px; border-radius: 12px; background: #121c2a; color: white; font-size: 13px; white-space: nowrap; box-shadow: 0 12px 28px rgba(18,28,42,.2); }.portfolio-toast.is-visible { display: block; }
@media (min-width: 768px) and (max-width: 1024px) { .portfolio-nav-shell { right: 24px; left: 24px; width: auto; transform: none; } .portfolio-nav { grid-template-columns: 1fr max-content; gap: 16px; min-height: 66px; padding: 0 12px 0 20px; } .portfolio-menu-toggle { display: block; width: 48px; height: 48px; } .portfolio-menu { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; align-items: stretch; max-height: min(72vh, 620px); overflow-y: auto; padding: 10px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 16px 36px rgba(18,28,42,.14); } .portfolio-menu.is-open { display: grid; gap: 4px; } .portfolio-nav-link, .portfolio-dropdown-toggle { justify-content: space-between; width: 100%; min-height: 42px; padding: 0 12px; } .portfolio-dropdown-panel { position: static; min-width: 0; padding: 3px 0 3px 12px; transform: none; box-shadow: none; border: 0; background: transparent; } .portfolio-resume { display: none; } .portfolio-menu > .portfolio-resume { display: inline-flex; justify-content: center; margin: 6px 4px 2px; } }
@media (max-width: 767px) { .portfolio-nav-shell { right: 16px; left: 16px; width: auto; transform: none; } .portfolio-content-align { width: calc(100% - 40px) !important; } .portfolio-nav { grid-template-columns: 1fr max-content; gap: 12px; min-height: 66px; padding: 0 10px 0 16px; } .portfolio-brand { font-size: 16px !important; } .portfolio-menu-toggle { display: block; width: 48px; height: 48px; } .portfolio-menu { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; align-items: stretch; max-height: min(72vh, 620px); overflow-y: auto; padding: 10px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 16px 36px rgba(18,28,42,.14); } .portfolio-menu.is-open { display: grid; gap: 4px; } .portfolio-nav-link, .portfolio-dropdown-toggle { justify-content: space-between; width: 100%; min-height: 42px; padding: 0 12px; font-size: 14px !important; } .portfolio-dropdown-panel { position: static; min-width: 0; padding: 3px 0 3px 12px; transform: none; box-shadow: none; border: 0; background: transparent; } .portfolio-resume { display: none; } .portfolio-menu > .portfolio-resume { display: inline-flex; justify-content: center; margin: 6px 4px 2px; } .portfolio-toast { right: 0; } }
@media (max-width: 767px) { .portfolio-dropdown-panel a { white-space: normal; line-height: 1.45; } }
@media (max-width: 479px) { .portfolio-content-align { width: calc(100% - 32px) !important; } }
