/* Park Soohyun, art docent. DA « Encre et fil » : encre bleu de Prusse sur papier, un fil rouge cousu. */
@font-face { font-family: "MaruBuri"; font-weight: 400; font-display: swap;
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2") format("woff2"); }
@font-face { font-family: "MaruBuri"; font-weight: 600; font-display: swap;
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2") format("woff2"); }

:root {
  --papier: #EFEDE6;        /* papier bleute des fac-similes de la Boite verte */
  --papier-2: #E8E6DD;      /* trois papiers differents dans la boite */
  --papier-3: #F4F2EB;
  --papier-4: #E3E5E0;
  --porte: #DDD9CD;
  --encre: #1E3A5F;         /* bleu de Prusse */
  --encre-pale: #5B6B7F;
  --ligne: #CBC9BF;
  --fil: #B5302A;           /* le fil rouge */
  --rose: #EFC9BD;          /* gouache diluee */
  --vert: #2E5A3C;          /* carton floque de la Boite verte */
  --montage: #161616;       /* papier noir des montages de la Boite-en-valise */
  --ecru: #E8E0CF;
  --laiton: #C9A461;
  --garamond: "EB Garamond", "Adobe Garamond Pro", Garamond, Georgia, serif;
  --maruburi: "MaruBuri", "Noto Serif KR", "Apple SD Gothic Neo", serif;
  --pretendard: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", "Helvetica Neue", sans-serif;
  --main-en: "Homemade Apple", cursive;
  --main-ko: "Nanum Pen Script", cursive;
  --largeur: 1180px;
  --marge: clamp(28px, 5vw, 64px);
}

* { box-sizing: border-box; border-radius: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--papier) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .12 0 0 0 0 .23 0 0 0 0 .37 0 0 0 .085 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E"); color: var(--encre);
  font-family: var(--garamond); font-size: 19px; line-height: 1.45;
  font-feature-settings: "onum" 1, "kern" 1;
  position: relative;
}
body.lang-ko { font-family: var(--pretendard); font-size: 17px; line-height: 1.7; letter-spacing: -0.01em; word-break: keep-all; overflow-wrap: anywhere; font-feature-settings: "kern" 1; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; text-decoration-color: var(--ligne); transition: text-decoration-color .3s ease, color .3s ease; }
a:hover { text-decoration-color: var(--encre); }
p { margin: 0 0 1em; }
h1, h2, h3 { font-weight: 400; margin: 0; }
h1 { font-size: clamp(2.1rem, 4.2vw, 3.2rem); line-height: 1.1; letter-spacing: -0.015em; }
h2 { font-size: clamp(1.45rem, 2.3vw, 1.9rem); line-height: 1.2; letter-spacing: -0.01em; }
h3 { font-size: 1.35rem; line-height: 1.2; letter-spacing: -0.01em; }
body.lang-ko h1 { font-family: var(--maruburi); font-weight: 600; font-size: clamp(1.8rem, 3.5vw, 2.6rem); line-height: 1.3; letter-spacing: 0; }
body.lang-ko h2 { font-family: var(--maruburi); font-weight: 600; font-size: clamp(1.3rem, 1.9vw, 1.6rem); line-height: 1.35; letter-spacing: 0; }
body.lang-ko h3 { font-family: var(--maruburi); font-weight: 600; font-size: 1.15rem; line-height: 1.4; letter-spacing: 0; }
em { font-style: italic; }
body.lang-ko em { font-style: normal; font-family: var(--maruburi); }
.etiquette, .note__etiquette, .etape__num, .repro__num, .cell__num, .cell__langues, .piece__lien, .piece__sous, .note__lien, .repro__lien, .feuillet__lib {
  font-family: var(--pretendard); font-size: 13px; line-height: 1.5; letter-spacing: 0; color: var(--encre-pale);
  font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1;
}
.saut { position: absolute; left: -999px; top: 0; background: var(--encre); color: #fff; padding: .5em 1em; }
.saut:focus { left: 8px; z-index: 50; }

/* ---------- la couture : le fil rouge qui descend la page ---------- */
.couture { position: absolute; top: 0; left: 0; pointer-events: none; z-index: 1; overflow: visible; }
.couture path { fill: none; stroke: var(--fil); stroke-width: 1.8; stroke-dasharray: 10 5; stroke-linecap: round; }
.couture--trace path { clip-path: inset(0 0 100% 0); animation: coudre 2.6s cubic-bezier(.2,.7,.2,1) .3s forwards; }
@keyframes coudre { to { clip-path: inset(0 0 0 0); } }

/* ---------- en-tete ---------- */
.page { max-width: var(--largeur); margin: 0 auto; padding: 0 var(--marge); position: relative; }
.entete {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "marque langue" "nav nav";
  align-items: center; column-gap: 28px; row-gap: 16px; padding: 26px 0 18px; border-bottom: 1px solid var(--ligne);
}
.marque { grid-area: marque; text-decoration: none; display: flex; align-items: center; gap: 16px; white-space: nowrap; min-width: 0; }
.rotorelief { width: 52px; height: 52px; flex: none; animation: tourner 40s linear infinite; }
.rotorelief circle { fill: none; stroke: var(--encre); stroke-width: 1.1; }
.rotorelief circle:nth-child(3) { stroke: var(--fil); }
@keyframes tourner { to { transform: rotate(360deg); } }
.marque__nom { display: flex; align-items: baseline; gap: 12px; line-height: 1; white-space: nowrap; }
.marque__hangul { font-family: var(--maruburi); font-weight: 600; font-size: 1.55rem; }
.marque__latin { font-family: var(--garamond); font-size: 1.55rem; letter-spacing: -0.01em; }
.marque__role { font-family: var(--pretendard); font-size: 13px; color: var(--encre-pale); margin-left: 6px; white-space: nowrap; }
.nav { grid-area: nav; }
.inventaire { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 26px; counter-reset: item; }
.inventaire li { counter-increment: item; font-family: var(--pretendard); font-size: 14px; letter-spacing: 0; white-space: nowrap; }
.inventaire li::before { content: counter(item, decimal-leading-zero); font-variant-numeric: tabular-nums; color: var(--encre-pale); margin-right: 7px; font-size: 12px; }
.inventaire a { text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 3px; transition: border-color .3s ease; }
.inventaire a:hover { border-bottom-color: var(--encre); }
.inventaire a[aria-current="page"] { border-bottom-color: var(--fil); }
.langue { grid-area: langue; font-family: var(--pretendard); font-size: 13px; text-decoration: none; color: var(--encre-pale); white-space: nowrap; }
.langue:hover { color: var(--encre); }
.burger { display: none; grid-area: langue; background: none; border: 0; padding: 8px; cursor: pointer; flex-direction: column; gap: 6px; }
.burger span:not(.burger__txt) { display: block; width: 24px; height: 1.5px; background: var(--encre); }
.burger__txt { position: absolute; left: -999px; }
.menu-mobile { padding: 14px 0 18px; border-bottom: 1px solid var(--ligne); }
.inventaire--mobile { flex-direction: column; gap: 10px; }
.inventaire--mobile li { font-size: 1.05rem; }
.langue--mobile { display: inline-block; margin-top: 16px; }
@media (max-width: 900px) {
  .entete { grid-template-areas: "marque langue"; }
  .nav, .entete > .langue { display: none; }
  .burger { display: flex; }
  .marque__role { display: none; }
}
@media (max-width: 520px) { .marque__hangul, .marque__latin { font-size: 1.25rem; } .rotorelief { width: 40px; height: 40px; } }
@media (min-width: 901px) { .menu-mobile { display: none !important; } }

/* ---------- ouverture : mot monumental, note numerotee, rature, manuscrite ---------- */
main > section { margin-top: 72px; position: relative; }
main > section.ouverture { margin-top: 40px; }
.mot { margin: 0 0 -0.35em; position: relative; z-index: 0; line-height: .95; }
.mot span { position: relative; display: inline-block; font-family: var(--garamond); font-size: clamp(4.4rem, 13vw, 11rem); font-weight: 400; letter-spacing: -0.03em; color: var(--encre); }
body.lang-ko .mot span { font-family: var(--maruburi); font-weight: 600; font-size: clamp(3.6rem, 11vw, 9rem); letter-spacing: -0.02em; line-height: 1.05; }
.mot span::before {
  content: ""; position: absolute; z-index: -1; left: 6%; right: -8%; top: 12%; bottom: 4%;
  background: radial-gradient(ellipse at 40% 50%, rgba(181,48,42,.7) 0%, rgba(192,57,43,.45) 30%, rgba(239,201,189,.6) 55%, rgba(239,201,189,0) 78%);
  filter: blur(16px);
}
.ouverture__grille { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 72px); align-items: start; position: relative; z-index: 1; }
.note {
  background: var(--papier-2); padding: 28px 30px 30px; position: relative;
  clip-path: polygon(0 0, 99.2% 0, 100% 7%, 99.3% 19%, 100% 31%, 99.2% 44%, 100% 57%, 99.4% 70%, 100% 83%, 99.1% 100%, 0 100%);
  outline: 1.5px dashed var(--fil); outline-offset: -9px;
}
.note::after {
  content: ""; position: absolute; right: 22px; top: 18px; width: 22px; height: 18px; border-radius: 50% 45% 55% 50%;
  background: radial-gradient(circle at 42% 42%, rgba(181,48,42,.72), rgba(181,48,42,.28) 58%, rgba(181,48,42,0) 76%);
  filter: blur(1px); transform: rotate(-18deg); pointer-events: none;
}
.note--titre::after { width: 34px; height: 26px; right: 26px; top: 22px; }
.note:nth-child(2)::after { left: 26px; right: auto; top: auto; bottom: 20px; }
.note--p1 { background: var(--papier-2); }
.note--p2 { background: var(--papier-3); }
.note--p3 { background: var(--papier-4); }
.note--titre { transform: rotate(-0.6deg); transform-origin: top left; }
.note__etiquette { display: block; margin-bottom: 14px; }
.note--titre h1 { margin-bottom: 16px; }
.chapo { color: var(--encre-pale); font-size: 1.05rem; margin: 0; }
body.lang-ko .chapo { font-size: .98rem; }
.ouverture__texte { padding-top: 10px; }
.ouverture__texte p { max-width: 32em; }
body.lang-ko .ouverture__texte p { max-width: 34em; }
.rature { text-decoration: line-through; text-decoration-color: var(--encre); text-decoration-thickness: .075em; color: var(--encre-pale); }
.manuscrite {
  font-family: var(--main-en); font-size: 1.3rem; line-height: 1.55; color: var(--fil);
  transform: rotate(-0.9deg); transform-origin: left; margin: 26px 0 0; max-width: 22em;
}
body.lang-ko .manuscrite { font-family: var(--main-ko); font-size: 1.75rem; line-height: 1.3; }
.porte { position: relative; margin: 0 0 22px; max-width: 420px; }
.porte img { width: 100%; }
.porte__panneau {
  position: absolute; inset: 0; background: var(--porte); pointer-events: none;
  --r: 34px; --cx1: 45%; --cx2: 60%; --cy: 34%;
  -webkit-mask: radial-gradient(circle at var(--cx1) var(--cy), transparent var(--r), #000 calc(var(--r) + 1px)),
                radial-gradient(circle at var(--cx2) var(--cy), transparent var(--r), #000 calc(var(--r) + 1px));
  -webkit-mask-composite: source-in;
  mask: radial-gradient(circle at var(--cx1) var(--cy), transparent var(--r), #000 calc(var(--r) + 1px)),
        radial-gradient(circle at var(--cx2) var(--cy), transparent var(--r), #000 calc(var(--r) + 1px));
  mask-composite: intersect;
}
.porte__panneau::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(30,58,95,.22); }
.porte figcaption { margin-top: 10px; }
@media (max-width: 760px) {
  .ouverture__grille { grid-template-columns: 1fr; }
  .note--titre { transform: rotate(-0.4deg); }
}

/* titres cousus : mots decales d'un pixel, dernier mot souligne au fil */
.cousu__mot { display: inline-block; }
.cousu__mot:nth-child(3n) { transform: translateY(1px); }
.cousu__mot:nth-child(3n+1) { transform: translateY(-1px); }
.cousu__mot--fil { text-decoration: underline dotted var(--fil) 2px; text-underline-offset: .22em; }
body.lang-ko .cousu__mot--fil { text-decoration-thickness: 1.5px; }

/* ---------- titres de section ---------- */
.titre-section { display: flex; align-items: baseline; gap: 16px; margin-bottom: 26px; }
.titre-section small { font-family: var(--pretendard); font-size: 12px; color: var(--encre-pale); margin-left: auto; font-variant-numeric: tabular-nums; }
.lien-fil { text-decoration: none; border-bottom: 1px dashed var(--fil); padding-bottom: 3px; }
.lien-fil:hover { border-bottom-style: solid; }

/* ---------- accueil ---------- */
.feuillets { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.note--feuillet { display: flex; flex-direction: column; gap: 6px; padding: 22px 24px; min-height: 120px; }
.note--feuillet:nth-child(2) { transform: rotate(0.5deg); }
.note--feuillet:nth-child(3) { transform: rotate(-0.35deg); }
.feuillet__chiffre { font-family: var(--garamond); font-size: 2.3rem; line-height: 1; }
body.lang-ko .feuillet__chiffre { font-family: var(--maruburi); font-weight: 600; font-size: 1.9rem; }
@media (max-width: 640px) { .feuillets { grid-template-columns: 1fr; } }

/* deux registres separes par le trait du Grand Verre */
.registres { }
.registre--haut .intro { font-size: 1.2rem; max-width: 32em; }
body.lang-ko .registre--haut .intro { font-size: 1.05rem; max-width: 34em; }
.devise { font-style: italic; font-size: 1.35rem; color: var(--encre); max-width: 28em; margin: 0; }
body.lang-ko .devise { font-style: normal; font-family: var(--maruburi); font-size: 1.15rem; }
.registre__sep { position: relative; height: 2px; background: var(--encre); margin: 44px 0 40px; display: flex; justify-content: center; gap: 10px; }
.registre__sep i { display: block; width: 26px; height: 2px; background: var(--papier); position: relative; top: 0; box-shadow: 0 -8px 0 0 var(--encre); }
.patchs { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.patch { font-family: var(--garamond); font-size: 1.1rem; padding: 7px 16px; border: 1.5px dashed var(--fil); background: var(--papier-3); }
body.lang-ko .patch { font-family: var(--maruburi); font-size: 1rem; }
.patch:nth-child(3n) { background: color-mix(in oklab, var(--rose) 45%, var(--papier)); }
.patch:nth-child(4n+1) { transform: rotate(-0.6deg); }
.patch:nth-child(5n+2) { transform: rotate(0.7deg); }

/* notes en vrac */
.vrac__grille { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; gap: 20px; align-items: start; }
.note--vrac { display: flex; flex-direction: column; text-decoration: none; min-height: 250px; }
.note--vrac h3 { margin-bottom: 10px; }
.note--vrac p { flex: 1; font-size: 1rem; margin-bottom: 14px; }
body.lang-ko .note--vrac p { font-size: .95rem; }
.note--vrac:nth-child(2) { transform: rotate(0.6deg); }
.note--vrac:nth-child(4) { transform: rotate(-0.4deg); }
.note--large { grid-column: span 2; }
.note__lien { margin-top: auto; }
.note--vrac:hover .note__lien { color: var(--fil); }
.etapes-apercu { list-style: none; margin: 0 0 16px; padding: 0; columns: 2; column-gap: 20px; }
.etapes-apercu li { padding: 5px 0; border-top: 1px dashed rgba(181,48,42,.45); break-inside: avoid; font-size: 1rem; }
.etapes-apercu .num { font-family: var(--pretendard); font-size: 12px; color: var(--encre-pale); margin-right: 8px; }
@media (max-width: 900px) { .vrac__grille { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .vrac__grille { grid-template-columns: 1fr; } .note--large { grid-column: auto; } .etapes-apercu { columns: 1; } }

/* ---------- services : texte tisse, publics, cells ---------- */
.tisse { background: color-mix(in oklab, var(--rose) 32%, var(--papier)); padding: 34px clamp(24px, 4vw, 48px); outline: 1.5px dashed var(--fil); outline-offset: -10px; }
.tisse__liste { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 32px; }
.tisse__liste li { font-family: var(--garamond); text-transform: uppercase; letter-spacing: .12em; font-size: .95rem; line-height: 1.9; }
body.lang-ko .tisse__liste li { font-family: var(--maruburi); text-transform: none; letter-spacing: .04em; font-size: 1rem; }
@media (max-width: 640px) { .tisse__liste { grid-template-columns: 1fr; } }
.publics__grille { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.public { border-top: 2px solid var(--encre); padding-top: 14px; }
.public h3 { margin-bottom: .3em; }
.public p { margin: 0; color: var(--encre-pale); }
@media (max-width: 640px) { .publics__grille { grid-template-columns: 1fr; } }
.cells__grille { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 26px; }
.cell { border: 1px solid var(--encre); outline: 1px solid var(--encre); outline-offset: 5px; margin: 6px; position: relative; }
.cell:not([open])::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(45deg, transparent 0 9px, rgba(30,58,95,.16) 9px 10px), repeating-linear-gradient(-45deg, transparent 0 9px, rgba(30,58,95,.16) 9px 10px); }
.cell summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 14px; padding: 18px 20px; }
.cell summary::-webkit-details-marker { display: none; }
.cell__num { font-size: 12px; }
.cell__titre { font-size: 1.3rem; letter-spacing: -0.01em; }
body.lang-ko .cell__titre { font-family: var(--maruburi); font-weight: 600; font-size: 1.15rem; }
.cell__langues { margin-left: 4px; }
.cell__ouvrir { margin-left: auto; font-family: var(--pretendard); font-size: 18px; color: var(--encre-pale); transition: transform .3s ease; }
.cell[open] .cell__ouvrir { transform: rotate(45deg); }
.cell__corps { padding: 0 20px 22px; }
.cell__corps p { margin: 0; color: var(--encre); max-width: 34em; }
@media (max-width: 720px) { .cells__grille { grid-template-columns: 1fr; } }
.appel { margin-top: 56px; }

/* ---------- experience : patchwork cousu ---------- */
.stoppage { display: block; width: 100%; height: 40px; margin: 56px 0 8px; }
.stoppage path { fill: none; stroke: var(--encre); stroke-width: 1; vector-effect: non-scaling-stroke; }
.patchwork__grille { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0; border-top: 2px dashed var(--fil); border-left: 2px dashed var(--fil); }
.piece { display: flex; flex-direction: column; text-decoration: none; padding: 16px; border-right: 2px dashed var(--fil); border-bottom: 2px dashed var(--fil); }
.piece__img { display: block; outline: 1.5px dashed rgba(181,48,42,.7); outline-offset: 4px; }
.piece--s3 { grid-column: span 3; }
.piece--s4 { grid-column: span 4; }
.piece--s5 { grid-column: span 5; }
.piece--p1 { background: var(--papier-3); }
.piece--p2 { background: var(--papier-2); }
.piece--p3 { background: color-mix(in oklab, var(--rose) 35%, var(--papier)); }
.piece__img img { width: 100%; }
.piece__txt { display: flex; flex-direction: column; gap: 4px; padding-top: 12px; }
.piece__titre { font-size: 1.15rem; line-height: 1.25; letter-spacing: -0.01em; }
body.lang-ko .piece__titre { font-family: var(--maruburi); font-weight: 600; font-size: 1.02rem; line-height: 1.4; }
.piece__lien { margin-top: 8px; }
.piece:hover .piece__lien { color: var(--fil); }
@media (max-width: 900px) { .piece--s3, .piece--s4, .piece--s5 { grid-column: span 6; } }
@media (max-width: 520px) { .piece--s3, .piece--s4, .piece--s5 { grid-column: span 12; } }

/* ---------- media : la Boite-en-valise ---------- */
.valise { background: var(--montage); color: var(--ecru); margin-left: calc(-1 * var(--marge)); margin-right: calc(-1 * var(--marge)); padding: 56px var(--marge) 48px; }
.valise__aile { margin-bottom: 52px; }
.valise__titre { color: var(--ecru); margin-bottom: 22px; display: flex; align-items: baseline; gap: 14px; }
.valise__titre::after { content: ""; flex: 1; height: 1px; background: rgba(232,224,207,.25); }
.valise__grille { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 22px; }
.repro { display: flex; flex-direction: column; text-decoration: none; color: var(--ecru); }
.repro__num { color: var(--laiton); letter-spacing: .08em; margin-bottom: 8px; }
.repro__img { display: block; border: 1px solid rgba(232,224,207,.35); padding: 6px; background: #1E1E1E; }
.repro__img img { width: 100%; }
.repro__titre { font-size: 1.1rem; line-height: 1.25; margin-top: 12px; letter-spacing: -0.01em; }
body.lang-ko .repro__titre { font-family: var(--maruburi); font-weight: 400; font-size: 1rem; line-height: 1.4; }
.repro__lien { color: rgba(232,224,207,.55); margin-top: 8px; }
.repro:hover .repro__lien { color: var(--laiton); }
.valise__apres { margin-top: 20px; }
.valise__apres a { text-decoration-color: rgba(232,224,207,.4); }
.valise__apres a:hover { text-decoration-color: var(--ecru); }
.valise__tampon { font-family: var(--pretendard); font-size: 12px; color: var(--laiton); letter-spacing: .1em; border: 1px solid var(--laiton); display: inline-block; padding: 8px 14px; transform: rotate(-2deg); margin: 0; }
@media (max-width: 900px) { .valise__grille { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .valise__grille { grid-template-columns: 1fr; } }

/* ---------- programmes ---------- */
.note--programme { transform: none; }
.programmes .note:nth-child(3) { transform: rotate(0.4deg); }
.programme__grille { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 26px; align-items: start; }
.programme__grille h2 { margin-bottom: .4em; }
.programme__grille p { color: var(--encre-pale); }
@media (max-width: 600px) { .programme__grille { grid-template-columns: 1fr; } .programme__img { max-width: 200px; } }
.vide { color: var(--encre-pale); }

/* ---------- tour ---------- */
.tour { max-width: 44em; }
.tour__titre { margin: 6px 0 12px; }
.tour__titre a { text-decoration: none; }
.tour__titre a:hover { color: var(--fil); }
.conseil { background: color-mix(in oklab, var(--rose) 32%, var(--papier)); outline: 1.5px dashed var(--fil); outline-offset: -7px; padding: 18px 22px; font-size: 1rem; max-width: 40em; }
.etapes { list-style: none; margin: 32px 0 0; padding: 0; }
.etape { padding: 12px 0 6px; }
.etape__num { margin-bottom: .3em; }
.etape h2 { margin-bottom: .1em; }
.etape__quartier { color: var(--encre-pale); font-size: .95rem; margin-bottom: .8em; }
.etape__infos { font-size: .95rem; color: var(--encre-pale); }
.etape__cartes { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; }
.etape__cartes a { text-decoration: none; border-bottom: 1px dashed var(--fil); padding-bottom: 3px; font-family: var(--pretendard); font-size: 14px; }
.etape__cartes a:hover { border-bottom-style: solid; }
.etapes .stoppage { margin: 28px 0 8px; }
.archives ul { list-style: none; margin: 0; padding: 0; }
.archives li { padding: 12px 0; border-bottom: 1px solid var(--ligne); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.retour { margin-top: 48px; }
.ouverture--article .note--titre { max-width: 44em; }
.ouverture--article .conseil { margin-top: 28px; }

/* ---------- contact : papier regle ---------- */
.regle {
  background-image: repeating-linear-gradient(to bottom, transparent 0 33px, rgba(30,58,95,.13) 33px 34px);
  padding: 30px 0 44px; line-height: 34px;
}
.regle__grille { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 48px; }
.regle__bloc h2 { font-family: var(--pretendard); font-size: 13px; font-weight: 500; color: var(--encre-pale); margin-bottom: 8px; letter-spacing: 0; }
.contact-grand { font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 34px; letter-spacing: -0.01em; overflow-wrap: anywhere; }
body.lang-ko .contact-grand { font-family: var(--garamond); }
.contact-grand a { text-decoration: none; border-bottom: 1px solid var(--ligne); }
.contact-grand a:hover { border-bottom-color: var(--fil); }
@media (max-width: 640px) { .regle__grille { grid-template-columns: 1fr; } }

/* ---------- pied : spirale, sceau, inventaire ---------- */
.pied { margin-top: 110px; border-top: 1px solid var(--ligne); padding: 40px 0 56px; position: relative; }
.spirale { width: 112px; height: 112px; margin-bottom: 24px; }
.spirale path { fill: none; stroke: var(--fil); stroke-width: 1.3; }
.pied__grille { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 4fr); gap: 32px; align-items: start; }
.pied__nom { font-size: 1.3rem; margin-bottom: .3em; }
.pied__nom [lang="ko"] { font-family: var(--maruburi); font-weight: 600; }
.pied__txt { color: var(--encre-pale); font-size: .95rem; max-width: 26em; }
.pied__col p { margin-bottom: .4em; }
.pied a { text-decoration: none; }
.pied a:hover { color: var(--fil); }
.inventaire--pied { flex-direction: column; gap: 8px; }
.pied__col--sceau { display: flex; flex-direction: column; align-items: flex-end; }
.sceau { width: 120px; height: 120px; animation: tourner 90s linear infinite; }
.sceau circle { stroke: var(--ligne); stroke-width: 1; }
.sceau text { font-family: var(--pretendard); font-size: 10.5px; letter-spacing: .16em; fill: var(--encre-pale); }
.pied__deoupar { font-family: var(--pretendard); font-size: 12px; color: var(--encre-pale); margin-top: 8px; text-align: right; }
.pied__mentions { margin-top: 36px; font-family: var(--pretendard); font-size: 12px; color: var(--encre-pale); }
@media (max-width: 760px) { .pied__grille { grid-template-columns: 1fr; } .pied__col--sceau { align-items: flex-start; } .pied__deoupar { text-align: left; } }

@media (prefers-reduced-motion: reduce) {
  .rotorelief, .sceau { animation: none; }
  .couture--trace path { animation: none; clip-path: none; }
  .porte__panneau { display: none; }
}
