/* alanna.space — forest on the holodeck, photographed in the 90s */

/* Atures (Måns Grebäck) — display face for the big page titles.
   Personal-use licence; Alanna confirmed 2026-09-11 the site is personal, non-commercial use. */
@font-face{font-family:'Atures';font-weight:700;font-display:swap;src:url(fonts/atures-700.ttf) format('truetype')}
@font-face{font-family:'Atures';font-weight:900;font-display:swap;src:url(fonts/atures-900.ttf) format('truetype')}
:root{
  --anchor:#5E0075;
  --void:#0a0311; --deep:#2d0a3a; --lilac:#cd94f5; --lilac-dim:#9e73b8;
  --moss:#7fb069; --moss-deep:#2f4a24; --star:#ffd166; --coral:#ff8a6b;
  --ink:#f0e2f5; --ink-dim:#cdb1d4;
  --line:rgba(205,148,245,.30);
  --mono:'Space Mono',ui-monospace,Menlo,monospace;
  --display:'Archivo',system-ui,sans-serif;
  --pad:32px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:var(--void);color:var(--ink);font-family:var(--mono);font-size:16px;
  line-height:1.65;overflow-x:hidden;position:relative;min-height:100vh}
a{color:inherit}

/* ---------------- the void ---------------- */
.sky{position:fixed;inset:0;z-index:0;pointer-events:none}
.nebula{position:absolute;inset:-10%;
  background:
    radial-gradient(60% 45% at 80% 14%, rgba(168,45,202,.48), transparent 62%),
    radial-gradient(48% 38% at 18% 32%, rgba(94,0,117,.40), transparent 65%),
    linear-gradient(180deg,#100522 0%,#20073a 45%,#0c031a 100%);}
.nebula::after{content:"";position:absolute;inset:0;mix-blend-mode:overlay;opacity:.42;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.011' numOctaves='4' seed='9'/><feColorMatrix type='saturate' values='0'/></filter><rect width='600' height='600' filter='url(%23n)' opacity='.6'/></svg>");}
.stars{position:absolute;inset:0;opacity:.95;
  background-image:
    radial-gradient(1.7px 1.7px at 12% 22%,#fff,transparent),
    radial-gradient(1.4px 1.4px at 68% 12%,#fff,transparent),
    radial-gradient(1.9px 1.9px at 86% 44%,#fff,transparent),
    radial-gradient(1.2px 1.2px at 34% 62%,#f2d8ff,transparent),
    radial-gradient(1.5px 1.5px at 52% 30%,#fff,transparent),
    radial-gradient(1.3px 1.3px at 92% 70%,#fff,transparent),
    radial-gradient(1.1px 1.1px at 8% 78%,#ecc8ff,transparent),
    radial-gradient(1.6px 1.6px at 44% 8%,#fff,transparent),
    radial-gradient(1.2px 1.2px at 24% 46%,#fff,transparent),
    radial-gradient(1.4px 1.4px at 74% 56%,#f2d8ff,transparent),
    radial-gradient(1px 1px at 60% 80%,#fff,transparent),
    radial-gradient(1.3px 1.3px at 4% 34%,#fff,transparent);}
.grid{position:absolute;inset:0;
  background-image:linear-gradient(rgba(205,148,245,.10) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(205,148,245,.10) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(130% 95% at 50% 38%,#000 20%,transparent 78%);}

/* ---------------- placeholder image slots ---------------- */
.scene{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.ph{position:absolute;border:1px dashed rgba(205,148,245,.55);
  display:flex;flex-direction:column;justify-content:flex-end;padding:9px;
  background:rgba(38,10,52,.28)}
.ph b{font-size:10.5px;letter-spacing:.2em;color:var(--lilac);font-weight:700;text-transform:uppercase}
.ph i{font-size:9.5px;font-style:normal;color:rgba(230,206,244,.6);line-height:1.5;margin-top:3px}
.ph::before{content:"IMG";position:absolute;top:7px;left:9px;font-size:9px;letter-spacing:.22em;
  color:rgba(205,148,245,.5)}
.ph.green{background:rgba(46,74,32,.26);border-color:rgba(127,176,105,.55)}
.ph.green b{color:var(--moss)}
.ph.warm{background:rgba(90,40,40,.26);border-color:rgba(255,138,107,.5)}
.ph.warm b{color:var(--coral)}

/* ---------------- telemetry console ---------------- */
.console{display:flex;flex-wrap:wrap;align-items:center;gap:8px 22px;max-width:620px;
  margin:30px 0 0;padding:11px 15px;font-size:10.5px;letter-spacing:.1em;color:var(--ink-dim);
  border:1px solid rgba(205,148,245,.3);background:rgba(13,4,20,.55);backdrop-filter:blur(4px)}
.console .ck{color:var(--lilac);letter-spacing:.24em;text-transform:uppercase;font-weight:700}
.console b{color:var(--ink);font-weight:400;letter-spacing:.04em}

/* ---------------- home: one screen, no scrolling ---------------- */
.p-index .scene{position:fixed}
.p-index h1{font-size:clamp(38px,4.1vw,57px);margin:0 0 11px}
.p-index .eyebrow{margin-bottom:9px}
.p-index .lede{font-size:16px;line-height:1.6}
.p-index .sub{margin-top:7px;font-size:14.5px;line-height:1.62}
.p-index .panel{padding:11px 16px}
.p-index .panel h2{font-size:20px}
.p-index .panel .k{margin-bottom:2px}
.p-index .console{margin-top:9px;padding:6px 13px}
.p-index .status{padding:8px 0 0;margin-top:8px;border-top-color:rgba(205,148,245,.12)}
.p-index nav{padding-top:20px}

/* ---------------- chrome ---------------- */
.wrap{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:0 var(--pad)}
nav{display:flex;align-items:center;gap:36px;padding:26px 0 0;font-size:12.5px;letter-spacing:.16em;
  flex-wrap:wrap}
nav a{color:var(--lilac-dim);text-decoration:none;text-transform:uppercase;word-spacing:-.32em}  /* pull words of one link together; the flex gap keeps links apart */
nav a.on,nav a:hover{color:var(--ink)}
nav .mark{color:var(--star);margin-right:-20px}
nav .right{margin-left:auto;color:var(--lilac-dim);font-size:11px;letter-spacing:.14em}
.railL{position:fixed;left:14px;top:50%;transform:translateY(-50%) rotate(180deg);writing-mode:vertical-rl;
  font-size:10px;letter-spacing:.34em;color:rgba(205,148,245,.40);z-index:3}

.eyebrow{font-size:11px;letter-spacing:.3em;color:var(--lilac);text-transform:uppercase;margin-bottom:22px}
.eyebrow .sep{color:var(--lilac-dim);margin:0 10px}
h1{font-family:'Atures',var(--display);font-weight:900;font-size:clamp(44px,6.6vw,84px);line-height:.94;
  letter-spacing:-.02em;margin:0 0 26px;
  text-shadow:0 0 44px rgba(120,60,200,.5)}
@media (min-width:1000px){h1{white-space:nowrap}}   /* one line on desktop; phones wrap naturally */
h2{font-family:var(--display);font-weight:700;font-size:26px;letter-spacing:-.01em;margin:0 0 4px}
.lede{font-size:17px;line-height:1.75;max-width:600px;color:#e9d5ee}
.lede u,u.mark{text-decoration:none;color:#fff;border-bottom:1px solid rgba(205,148,245,.55)}
.sub{margin-top:18px;font-size:15.5px;line-height:1.8;color:var(--ink-dim);max-width:600px}

/* section headers */
.sechead{margin:64px 0 22px;border-bottom:1px solid var(--line);padding-bottom:10px;
  display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}
.sechead .n{font-size:10.5px;letter-spacing:.26em;color:var(--lilac);text-transform:uppercase}
.sechead .t{font-family:var(--display);font-weight:700;font-size:23px}
.sechead .note{margin-left:auto;font-size:11px;color:var(--lilac-dim);letter-spacing:.1em}

/* panels */
.panel{position:relative;padding:22px;background:linear-gradient(180deg,rgba(58,10,78,.60),rgba(12,7,28,.60));
  border:1px solid var(--line);backdrop-filter:blur(4px)}
.panel::before,.panel::after{content:"";position:absolute;width:9px;height:9px;border:1px solid var(--lilac)}
.panel::before{top:-1px;left:-1px;border-right:0;border-bottom:0}
.panel::after{bottom:-1px;right:-1px;border-left:0;border-top:0}
a.panel{text-decoration:none;color:inherit;display:block}
a.panel:hover{border-color:rgba(205,148,245,.8)}
.k{font-size:10.5px;letter-spacing:.26em;color:var(--lilac);text-transform:uppercase}
.go{margin-top:14px;font-size:12px;letter-spacing:.16em;color:var(--star)}

.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

/* project entries */
.proj{border-top:1px solid rgba(205,148,245,.16);padding:22px 0;display:grid;
  grid-template-columns:200px 1fr 250px;gap:26px;align-items:start}
.proj .role{font-size:11px;letter-spacing:.16em;color:var(--lilac);text-transform:uppercase}
.proj .yrs{font-size:12px;color:var(--lilac-dim);margin-top:4px;letter-spacing:.08em}
.proj p{margin:8px 0 0;font-size:15px;color:var(--ink-dim);line-height:1.7}
.proj .ev{font-size:12.5px;line-height:1.85}
.proj .ev .h{font-size:9.5px;letter-spacing:.24em;color:var(--lilac);text-transform:uppercase;
  display:block;margin-bottom:6px}
.proj .ev a{color:#dcbdf0;text-decoration:none;border-bottom:1px solid rgba(205,148,245,.28);display:block;
  padding:2px 0}
.proj .ev a:hover{color:#fff}
.proj h2{line-height:1.1;margin-top:-1px}
.proj h2 a{text-decoration:none}
.proj h2 a:hover{color:var(--lilac)}

/* explainer video: a small screen in the evidence column; plays full-width under the entry */
.watch{display:block;width:100%;max-width:340px;aspect-ratio:16/9;position:relative;overflow:hidden;padding:0;
  margin:18px 0 0;border:1px solid var(--line);border-radius:2px;background:#000;cursor:pointer}
.watch img{display:block;width:100%;height:100%;object-fit:cover;opacity:.72;transition:opacity .2s}
.watch:hover img,.watch:focus-visible img{opacity:1}
.watch:focus-visible{outline:2px solid var(--lilac);outline-offset:2px}
.watch .wl{position:absolute;left:8px;bottom:7px;font-family:var(--mono);font-size:9.5px;letter-spacing:.24em;
  text-transform:uppercase;color:#fff;background:rgba(10,3,17,.78);border:1px solid rgba(205,148,245,.45);
  padding:3px 8px;line-height:1.5}
.watch .wl em{font-style:normal;color:var(--lilac);margin-left:8px;letter-spacing:.08em}
.watch.playing{display:none}
.player{width:100%;max-width:820px;aspect-ratio:16/9;margin-top:18px;
  border:1px solid var(--line);background:#000}
.player iframe,.player video{display:block;width:100%;height:100%;border:0}

/* archive list */

/* about page */

/* contact */

/* footer status bar */

@media(max-width:1000px){
  .portrait{width:170px;margin:4px 22px 6px 0}
}

/* ---------------- real images in the slots ---------------- */

/* the floor: keep the near, dark edge and fade the far edge into the page */

/* ---------------- placeholder positions, per page ---------------- */
/* home — you stand in the forest; one plate on the right holds the wall, the
   door and the corridor. Three edges leave the viewport, the fourth dissolves.
   --pw is the plate's width: 5:4 against the viewport height, capped at 70vw. */

/* what i've built — the holodeck still resolving */
/* the mid-render is a full-width band behind the header: it leaves the viewport
   left and right, dissolves top and bottom. Pushed 30vw right so the bare-grid side
   sits under the text and the forest resolves out past the column's right edge. */

/* who i am — inside the station: one plate in the top-right corner holds the wall
   and a viewport onto space. Two edges leave the viewport, two dissolve. */

/* the portrait is page content: a record panel left of the title, window right */
.idrow{margin-top:4px}
.idrow::after{content:"";display:table;clear:both}
.idrow .bio .lede{margin-top:0}
/* portrait floats left; the bio runs beside it and wraps beneath it */
.portrait{float:left;width:240px;margin:4px 34px 10px 0;aspect-ratio:611/682;border:1px solid var(--line);padding:6px;
  background:rgba(13,4,20,.72);box-shadow:0 0 44px rgba(94,0,117,.4),inset 0 0 0 1px rgba(205,148,245,.12)}
.portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
/* Who I am header runs right up to the station plate's left edge (plate is right-aligned, --aw wide),
   never past the content column. */
/* The plate's left 30% is a fade to nothing, so text may run into it; stop at ~72% of the fade. */
.aboutHead{max-width:min(1180px, calc(100vw - var(--aw) * 0.72 - max(var(--pad), (100vw - 1180px) / 2) - 16px))}
.aboutHead .lede,.aboutHead .sub{max-width:none}
@media(max-width:1000px){.aboutHead{max-width:none}}   /* phones: the plate is hidden, so use the full width */
/* archive list */
.filters{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0 8px}
.filters button{font-family:var(--mono);font-size:12px;letter-spacing:.18em;text-transform:uppercase;
  background:rgba(38,10,52,.5);color:var(--ink-dim);border:1px solid var(--line);padding:8px 14px;
  cursor:pointer}
.filters button.on{color:var(--void);background:var(--lilac);border-color:var(--lilac)}
.item{display:grid;grid-template-columns:96px 1fr 190px;gap:20px;padding:13px 0;
  border-bottom:1px solid rgba(205,148,245,.13);align-items:baseline}
.item .yr{font-size:12.5px;color:var(--lilac-dim);letter-spacing:.08em}
.item .ti{font-size:15.5px;line-height:1.5}
.item .ti a{text-decoration:none;border-bottom:1px solid rgba(205,148,245,.3)}
.item .ti a:hover{color:var(--lilac);border-color:var(--lilac)}
.item .ti .ex{display:block;font-size:12px;color:var(--ink-dim);margin-top:4px;line-height:1.6}
.item .meta{font-size:11.5px;letter-spacing:.16em;color:var(--lilac-dim);text-transform:uppercase;
  text-align:right}
.item .tag{display:inline-block;border:1px solid var(--line);padding:2px 7px;margin-left:6px;
  font-size:9px;letter-spacing:.18em}
.archived{color:var(--coral);font-size:9.5px;letter-spacing:.16em;text-transform:uppercase}

/* about page */
.record{border-top:1px solid rgba(205,148,245,.16);padding:16px 0;display:grid;
  grid-template-columns:220px 1fr 130px;gap:22px;align-items:baseline;font-size:15px}
.record .org{color:var(--ink)}
.record .what{color:var(--ink-dim);font-size:14.5px;line-height:1.7}
.record .when{text-align:right;font-size:12.5px;color:var(--lilac-dim);letter-spacing:.08em}

/* contact */
form{max-width:560px;margin-top:26px}
label{display:block;font-size:10.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--lilac);
  margin:18px 0 7px}
input,textarea{width:100%;font-family:var(--mono);font-size:15px;color:var(--ink);
  background:rgba(13,4,20,.6);border:1px solid var(--line);padding:12px 13px}
input:focus,textarea:focus{outline:none;border-color:var(--lilac)}
textarea{min-height:150px;resize:vertical}
button.send{margin-top:22px;font-family:var(--mono);font-size:12px;letter-spacing:.2em;text-transform:uppercase;
  background:var(--lilac);color:var(--void);border:0;padding:14px 30px;cursor:pointer}
button.send:hover{background:#dfb0ff}

/* footer status bar */
.status{display:flex;gap:26px;flex-wrap:wrap;align-items:center;font-size:11.5px;letter-spacing:.2em;
  color:rgba(205,148,245,.6);text-transform:uppercase;padding:60px 0 240px;margin-top:40px;
  border-top:1px solid rgba(205,148,245,.16)}
.status .dot{width:6px;height:6px;border-radius:50%;background:var(--moss);display:inline-block;
  margin-right:8px;box-shadow:0 0 8px var(--moss)}
.status a{color:inherit;text-decoration:none}
.status a:hover{color:var(--ink)}

@media(max-width:1000px){
  /* phones keep the floor; everything else in the scene is desktop-only.
     Each header carries its own backdrop instead (.mbg, below). */
  .railL,.scene .ph,.scene .frame{display:none}
  .scene .ph.moss{display:block}
  .p-index .scene{position:absolute}
  .p-index .status{padding-bottom:170px}
  .grid2,.grid3{grid-template-columns:1fr}
  .proj{grid-template-columns:1fr;gap:10px}
  .item{grid-template-columns:70px 1fr;gap:14px}
  .item .meta{grid-column:2;text-align:left}
  .record{grid-template-columns:1fr;gap:6px}
  .record .when{text-align:left}
  .status{padding-bottom:170px}
}
@media(max-width:480px){
  /* smallest phones: tighter nav so it takes two lines, not four; shorter corridor band so the
     name and statement are on the first screen */
  nav{gap:8px 18px;font-size:11px;letter-spacing:.12em;padding-top:18px}
  nav .mark{margin-right:-10px}
  nav .right{display:none}
}

/* ---------------- phone header backdrops ---------------- */
/* On phones the scene plates are hidden; a cropped, darkened copy sits behind the header text
   instead, bleeding to the screen edges and fading out at the bottom. Desktop never sees it. */
.mbg{display:none}
@media(max-width:1000px){
  .hasbg,.mtext{position:relative;z-index:0}
  .mbg{display:block;position:absolute;z-index:-1;top:-14px;bottom:-24px;
    left:calc(-1*var(--pad));right:calc(-1*var(--pad));overflow:hidden;
    -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 12%,#000 72%,transparent 100%);
    mask-image:linear-gradient(to bottom,transparent 0,#000 12%,#000 72%,transparent 100%)}
  .mbg img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(var(--mb,.7)) saturate(.9)}
  .mbg::after{content:"";position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(10,3,17,.45) 0%,rgba(10,3,17,.18) 45%,rgba(10,3,17,.42) 100%)}
  /* home: the doorway and the ferns at its feet — the right two-thirds of the plate */
  .p-index .mbg img{object-position:100% 62%}
  /* what i've built: the resolved side of the forest */
  .p-built .mbg img{object-position:78% 50%}
  /* who i am: the viewport onto space, behind the title; the plate is dark already, so barely dim it */
  .p-about .mbg{bottom:auto;height:min(130vw,620px);--mb:.9}
  .p-about .mbg img{object-position:100% 0}
  /* the portrait stacks above the bio instead of floating, so the text gets the full width */
  .portrait{float:none;width:200px;margin:4px 0 22px}
}

.frame{position:absolute;z-index:1;padding:12px;clip-path:polygon(28% 0,72% 0,100% 20%,100% 80%,72% 100%,28% 100%,0 80%,0 20%);
  background:linear-gradient(158deg,#b892cf 0%,#6b4a86 32%,#3d1f4e 60%,#7a5896 80%,#ad87c4 100%);
  box-shadow:0 0 90px rgba(205,148,245,.38)}
.frame>.ph{position:absolute;inset:12px;border:0;clip-path:polygon(28% 0,72% 0,100% 20%,100% 80%,72% 100%,28% 100%,0 80%,0 20%)}
.frame.round,.frame.round>.ph{clip-path:circle(50% at 50% 50%)}

/* ---------------- real images in the slots ---------------- */
.ph.filled{border:0;background:none;padding:0;overflow:hidden}
.ph.filled::before{content:none}
.ph.filled b,.ph.filled i{display:none}
.ph.filled img{display:block;width:100%;height:100%}
.ph.filled.fill img{object-fit:cover}
.ph.filled.cut img{object-fit:contain;object-position:center bottom}
/* the floor: keep the near, dark edge and fade the far edge into the page */
#mossbed img,#b_moss img,#a_moss img,#ar_moss img,#f_moss img,#c_moss img,#t_moss img,#n_moss img{
  object-position:center bottom}
#mossbed,#b_moss,#a_moss,#ar_moss,#f_moss,#c_moss,#t_moss,#n_moss{
  -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 42%);
  mask-image:linear-gradient(to bottom,transparent 0,#000 42%)}

/* ---------------- placeholder positions, per page ---------------- */
/* home — you stand in the forest; one plate on the right holds the wall, the
   door and the corridor. Three edges leave the viewport, the fourth dissolves.
   --pw is the plate's width: 5:4 against the viewport height, capped at 70vw. */
.p-index{--pw:min(125vh,70vw)}
#plate{position:absolute;right:0;top:0;bottom:0;width:var(--pw);z-index:1;border:0;padding:0;
  background:
    radial-gradient(48% 42% at 74% 80%,rgba(255,205,130,.16),transparent 70%),
    radial-gradient(70% 60% at 60% 40%,rgba(94,0,117,.35),transparent 70%),
    linear-gradient(90deg,#0a0311 0%,#160523 34%,#1f0730 62%,#170425 100%);
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 34%);
  mask-image:linear-gradient(to right,transparent 0,#000 34%)}
#plate img{object-position:right bottom}
#snail{left:calc(100vw - var(--pw)*.46);bottom:26px;width:calc(var(--pw)*.23);aspect-ratio:1600/1070;z-index:3}
#mush{right:1vw;bottom:4px;width:calc(var(--pw)*.14);aspect-ratio:1200/930;z-index:3}
#mossbed{left:0;right:0;bottom:0;height:clamp(150px,19vh,270px);border-left:0;border-right:0;border-bottom:0;z-index:2}
/* what i've built — the holodeck still resolving */
/* the mid-render is a full-width band behind the header: it leaves the viewport
   left and right, dissolves top and bottom. Pushed 30vw right so the bare-grid side
   sits under the text and the forest resolves out past the column's right edge. */
#b_render{left:0;right:-30vw;top:0;height:600px;z-index:1;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 62%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 62%,transparent 100%)}
#b_render img{object-position:center 55%}
#b_snail{right:52px;bottom:262px;width:252px;height:170px;z-index:2}
#b_moss{left:0;right:0;bottom:0;height:168px;border-left:0;border-right:0;border-bottom:0}
/* who i am — inside the station: one plate in the top-right corner holds the wall
   and a viewport onto space. Two edges leave the viewport, two dissolve. */
.p-about{--aw:min(56vw,92vh,900px)}
#a_plate{position:absolute;right:0;top:0;width:var(--aw);aspect-ratio:1/1;z-index:1;border:0;padding:0;
  background:
    radial-gradient(40% 36% at 66% 32%,rgba(205,148,245,.18),transparent 70%),
    linear-gradient(200deg,#1f0730 0%,#160523 55%,#0a0311 100%);
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 30%),linear-gradient(to top,transparent 0,#000 30%);
  -webkit-mask-composite:source-in;
  mask-image:linear-gradient(to right,transparent 0,#000 30%),linear-gradient(to top,transparent 0,#000 30%);
  mask-composite:intersect}
#a_plate img{object-position:right top}
#a_port{right:calc(var(--aw)*.25);top:calc(var(--aw)*.52);width:220px;height:264px;z-index:2;
  /* a record panel, not a floating photo: interface chrome, deliberately framed */
  border:1px solid var(--line);padding:6px;background:rgba(13,4,20,.72);
  box-shadow:0 0 44px rgba(94,0,117,.4),inset 0 0 0 1px rgba(205,148,245,.12)}
#a_port img{object-position:center top}
#a_moss{left:0;right:0;bottom:0;height:168px;border-left:0;border-right:0;border-bottom:0}
/* archive — restraint */
#ar_snail{right:max(32px,calc(50% - 590px));top:74px;width:555px;height:370px;z-index:1}   /* terrarium: below the nav, flush with the content column's right edge, clear of the filter row; image is 3:2 */
#ar_moss{left:0;right:0;bottom:0;height:168px;border-left:0;border-right:0;border-bottom:0}
/* full circle — the octagon becomes a circle */
#f_portframe{right:34px;top:92px;width:340px;height:340px}
#f_snail{right:96px;bottom:266px;width:222px;height:170px;z-index:2}
#f_moss{left:0;right:0;bottom:0;height:168px;border-left:0;border-right:0;border-bottom:0}
/* contact */
#c_device{right:70px;top:190px;width:380px;height:280px}
#c_sushi{right:150px;bottom:268px;width:196px;height:130px}
#c_moss,#t_moss,#n_moss{left:0;right:0;bottom:0;height:168px;border-left:0;border-right:0;border-bottom:0}
