/**
 * The signed-in account screens.
 *
 * Phase 40. Loaded only on `is_account_page()`, from `hermizon_enqueue_styles()`
 * in functions.php, with `hermizon` as its dependency.
 *
 * **Why this is a second stylesheet when the theme has always shipped one.**
 * docs/perf-baseline.md §"Phase 12's own change" asked this exact question and
 * answered it the other way: *"at 4.5 KB compressed it is below the cost of the
 * extra request, and the theme currently ships exactly one stylesheet, which is
 * worth something on its own."* That was measured with style.css at 45.2 KB raw
 * / 14.5 KB gzipped. On 2026-08-27 it was 133,018 raw / 38,782 gzipped — nearly
 * triple — and this phase adds 15-20 KB more that only four signed-in screens
 * can use. Every other page on the site was paying for it on the render-blocking
 * path. The threshold that argument drew has been crossed, and the earlier
 * document names this exact remedy.
 *
 * **The specificity rule, and it is not a style preference.** WooCommerce's own
 * stylesheets have beaten this theme's rules twice — content 493px below the
 * navigation in Phase 8, a grey card nobody drew in Phase 12. Every selector
 * below that fights one carries the rule it beats and that rule's specificity
 * in a comment beside it. `!important` is not used anywhere in this theme and
 * this file does not start.
 */

/* --------------------------------------------------------------------------
 * Tokens — Phase 41
 *
 * **Nothing below this block consumes these yet, and that is deliberate.**
 * To-do 1 of Phase 41 introduces the vocabulary and proves the four screens
 * render byte-identical; the rules that read them arrive in to-dos 2 onward.
 * A token block landing in the same commit as the rules that use it cannot be
 * proved harmless, and this file is 49 KB of CSS that four signed-in screens
 * depend on.
 *
 * **Scoped to `.woocommerce-account`, which is a body class**, so the whole
 * account area can read them and no other page on the site can. The theme
 * already prefixes its own custom properties `--hermizon-` (`--hermizon-tile`
 * in style.css, `--hermizon-account-icon` below); these follow it rather than
 * inventing a second convention.
 *
 * **Why a ramp and two hues rather than the colours already in this file.**
 * The owner's 2026-08-29 review named eleven structural failures, of which
 * #9 and #11 are this: labels, values, body, links and metadata all render at
 * roughly 16px/400, money is not tabular, and there is no stated system behind
 * any of it. Six type roles and one neutral ramp is the answer, and the
 * discipline is that a seventh role does not get added later — it gets argued
 * for.
 *
 * Contrast is measured, not assumed. `--hermizon-n-500` is the lightest ink
 * permitted on text at 5.6:1 over `--hermizon-n-0`; `--hermizon-n-400` is
 * 2.9:1 and is therefore non-text only — rails, chevrons, disabled marks.
 * ----------------------------------------------------------------------- */

.woocommerce-account {

	/* Type roles. Six, and no seventh. */
	--hermizon-fs-display: 36px;
	--hermizon-lh-display: 1.1;
	--hermizon-fw-display: 600;
	--hermizon-ls-display: -0.02em;

	--hermizon-fs-title: 24px;
	--hermizon-lh-title: 1.25;
	--hermizon-fw-title: 600;
	--hermizon-ls-title: -0.01em;

	--hermizon-fs-section: 16px;
	--hermizon-lh-section: 1.4;
	--hermizon-fw-section: 600;

	--hermizon-fs-body: 15px;
	--hermizon-lh-body: 1.6;
	--hermizon-fw-body: 400;

	--hermizon-fs-meta: 13px;
	--hermizon-lh-meta: 1.5;
	--hermizon-fw-meta: 400;

	--hermizon-fs-micro: 11px;
	--hermizon-lh-micro: 1;
	--hermizon-fw-micro: 500;
	--hermizon-ls-micro: 0.1em;

	/* The neutral ramp.
	 *
	 * **These were a warm ramp when to-do 1 wrote them, and the correction is
	 * the reason tokens went in first.** The design brief specified a nine-step
	 * warm neutral -- paper #FCFBF9 through ink #14120F -- and it was specified
	 * without sight of `theme.json`, which already carries a complete and
	 * coherent *cool* scale that every other page of this shop renders in.
	 *
	 * The account page is not a separate site. It renders inside this theme's
	 * header and its footer, both painted from that scale, so a warm content
	 * column between them is not a subtle difference of taste -- it is two
	 * greys meeting on one screen. #5F6368 has a blue cast and #6E655C a brown
	 * one, and they sit 200px apart.
	 *
	 * So the ramp keeps its *shape* -- nine steps, each with one job, which is
	 * what failures 9 and 11 were actually about -- and takes the theme's own
	 * values. Two steps have no equivalent in `theme.json` and are interpolated
	 * in the same hue rather than borrowed from the warm set.
	 *
	 * **If the owner wants the warm ramp after all, it is this block and
	 * nothing else.** Every rule in this file reads the tokens.
	 */
	--hermizon-n-0: var( --wp--preset--color--base );            /* #FFFFFF page ground        */
	--hermizon-n-50: var( --wp--preset--color--surface );        /* #FBFBFB raised, row hover  */
	--hermizon-n-100: var( --wp--preset--color--line-light );    /* #F0F0F0 fill, thumbnail    */
	--hermizon-n-200: var( --wp--preset--color--line );          /* #E0E0E0 hairline           */
	--hermizon-n-300: #c7cacd;                                   /* interactive edge -- interpolated */
	--hermizon-n-400: var( --wp--preset--color--disabled );      /* #A5AAB0 non-text only      */
	--hermizon-n-500: var( --wp--preset--color--muted-soft );    /* #70707D                    */
	--hermizon-n-600: var( --wp--preset--color--muted );         /* #5F6368 lightest ink on text */
	--hermizon-n-700: #3c4043;                                   /* body ink -- interpolated   */
	--hermizon-n-800: var( --wp--preset--color--contrast-strong ); /* #2A2A2E                  */
	--hermizon-n-900: var( --wp--preset--color--contrast );      /* #202124 ink                */

	/* Two functional hues, and both are the theme's own.
	 *
	 * **The accent was the sharp one.** to-do 1 wrote #B3122B from the brief;
	 * this shop's brand red is #CE1A32 and every button on every other page is
	 * painted with it. Two different reds on one site is never a design
	 * decision, it is a defect nobody has noticed yet -- and the account area
	 * would have shipped the second one.
	 *
	 * Amber and the derived pair were already within a hair of the theme's
	 * state colours (#7A5312 against #7A4F00), so they defer too, and inherit
	 * the surfaces that go with them. */
	--hermizon-accent: var( --wp--preset--color--brand );        /* #CE1A32, white on it 5.5:1 */
	--hermizon-accent-press: #a81429;
	--hermizon-accent-tint: var( --wp--custom--state--error-surface );
	--hermizon-pending: var( --wp--custom--state--warning );     /* #7A4F00                    */
	--hermizon-pending-tint: var( --wp--custom--state--warning-surface );
	--hermizon-pending-mark: #b07f16;

	--hermizon-ok: var( --wp--custom--state--success );          /* #15703F                    */
	--hermizon-ok-tint: var( --wp--custom--state--success-surface );
	--hermizon-err: var( --wp--custom--state--error );           /* #B3261E                    */
	--hermizon-err-tint: var( --wp--custom--state--error-surface );

	/* Space -- 4px base. */
	--hermizon-s-1: 4px;
	--hermizon-s-2: 8px;
	--hermizon-s-3: 12px;
	--hermizon-s-4: 16px;
	--hermizon-s-5: 24px;
	--hermizon-s-6: 32px;
	--hermizon-s-7: 48px;
	--hermizon-s-8: 64px;
	--hermizon-s-9: 96px;

	/* Two border weights: 1px divides inside a surface, 1.5px draws the edge
	 * of something you can click. */
	--hermizon-bd-hair: 1px;
	--hermizon-bd-edge: 1.5px;

	/* Two radii, plus a pill for status chips and nothing else. */
	--hermizon-r-ctl: 4px;
	--hermizon-r-card: 8px;
	--hermizon-r-pill: 999px;

	/* One shadow, and only what floats above the page may use it. */
	--hermizon-shadow-float: 0 8px 24px -6px rgba( 20, 18, 15, 0.18 ), 0 2px 6px -2px rgba( 20, 18, 15, 0.1 );

	/* Motion. Nothing animates on page load. */
	--hermizon-t-state: 150ms cubic-bezier( 0.2, 0.6, 0.35, 1 );
	--hermizon-t-enter: 250ms cubic-bezier( 0.2, 0.6, 0.35, 1 );

	/* One focus ring, applied to everything focusable in to-do 13. */
	--hermizon-focus-width: 2px;
	--hermizon-focus-offset: 2px;
}

/* --------------------------------------------------------------------------
 * My Account, signed in
 * ----------------------------------------------------------------------- */

.woocommerce-form {
	padding: 0;
	border: 0;
}

/* The dashboard's own forms — addresses, account details — keep the card the
 * auth screens no longer need, because they sit on a page with a navigation
 * column beside them rather than a photograph. */
.woocommerce-MyAccount-content .woocommerce-form,
.woocommerce-MyAccount-content form.edit-account,
.woocommerce-MyAccount-content form.woocommerce-address-fields {
	padding: var(--wp--preset--spacing--60);
	border: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--md);
}

/* --------------------------------------------------------------------------
 * The shell — header, then two columns
 * ----------------------------------------------------------------------- */

/* Phase 8's failure, kept in front of anyone editing this file, because the
 * layout below is the third attempt at this row and the first two were beaten
 * by the same thing.
 *
 * WooCommerce lays this out as two floats of its own — `.woocommerce-account
 * .woocommerce-MyAccount-navigation { width: 30% }` (0,2,0) and `…-content
 * { float: right; width: 68% }` — which add up to 98% and fit. Adding a 48px
 * margin to the nav on top of that took the row to 1028px inside a 1000px
 * container, so the right-hand float had nowhere to sit and dropped **493px**
 * below the navigation. The intent was right and only ever half-applied,
 * because a single-class rule cannot outrank WooCommerce's two-class one.
 *
 * Hence the extra `.woocommerce` qualifier on every rule that fights one, and
 * hence grid: a float row cannot be measured before it breaks, and a grid row
 * either exists or does not. */

/* The 1000px cap, released. `woocommerce-blocktheme.css` sets
 * `.woocommerce-account main .woocommerce { max-width: 1000px }` at (0,2,1);
 * `:has()` takes this to (0,3,1) without adding a class we would then have to
 * render. The same device style.css already uses for `.hermizon-auth`.
 *
 * 1180, not the theme's 1320 content width: 1320 minus a 280px rail and its
 * gutter leaves ~960px of order card, which is past comfortable measure. */
.woocommerce-account main .woocommerce:has( .hermizon-account__header ) {
	max-width: 1180px;
}

@media (min-width: 783px) {
	.woocommerce-account .woocommerce:has( .hermizon-account__header ) {
		display: grid;
		grid-template-columns: 280px minmax(0, 1fr);
		column-gap: var(--wp--preset--spacing--80);
		align-items: start;
	}

	/* The header spans the row. It is the first of the wrapper's three
	 * children, so without this it would become the first grid item and sit in
	 * the navigation column. */
	.woocommerce-account .woocommerce .hermizon-account__header {
		grid-column: 1 / -1;
	}

	/* Both floats cancelled. Grid ignores `float` on its items, but
	 * `woocommerce-smallscreen.css` and `woocommerce-layout.css` also set
	 * widths, and a percentage width on a grid item is resolved against the
	 * track rather than the container — 68% of a track is not the track. */
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		float: none;
		width: auto;
		margin-inline-end: 0;
	}
}

/* --------------------------------------------------------------------------
 * The navigation
 * ----------------------------------------------------------------------- */

/* Groups, and the space between them. `Account\Screen::render_navigation()`
 * emits one `__group` per labelled set and one `__out` for Log out. */
.hermizon-account-nav__group + .hermizon-account-nav__group {
	margin-block-start: var(--hermizon-s-5);
}

/* The micro role: 11px, 500, tracked, uppercase. The one place in this file
 * a label is allowed to be smaller than 13px. */
.hermizon-account-nav__grouplabel {
	margin: 0 0 var(--hermizon-s-2);
	padding-inline: var(--hermizon-s-3);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-micro);
	line-height: var(--hermizon-lh-micro);
	font-weight: var(--hermizon-fw-micro);
	letter-spacing: var(--hermizon-ls-micro);
	text-transform: uppercase;
	color: var(--hermizon-n-500);
}

.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	list-style: none;
}

/* The row is the `<a>`, so the `<li>` must contribute nothing to its height.
 *
 * Beats `.woocommerce-account .woocommerce-MyAccount-navigation li
 * { list-style: none; padding: 1em 0 }` in woocommerce.css at (0,2,1) — matched
 * here rather than raised, because account.css loads after woocommerce.css and
 * an equal-specificity rule later in the cascade is enough.
 *
 * **Found by looking, not by measuring.** The rows measured 44px and were
 * correct; WooCommerce's 1em on the `<li>` added 16px above and below each one,
 * so the rail rendered at 60 and 76px per item with the group spacing swallowed.
 * Every assertion about the row passed while the rail was wrong. */
.woocommerce-account .woocommerce-MyAccount-navigation li {
	padding: 0;
}

/* 44px rows, and no hairline under each one.
 *
 * **The border was the defect, not the height.** A full-bleed rule under every
 * item made five links read as five table rows, and the owner's 2026-08-29
 * review named it: the navigation looked like a list of footer links. The rows
 * are separated by the surface they sit on now -- hover and active fill -- and
 * the only rule left in the rail is the one above Log out, which separates two
 * different kinds of thing rather than five of the same kind. */
.woocommerce-MyAccount-navigation li a {
	position: relative;
	display: flex;
	align-items: center;
	gap: var(--hermizon-s-3);
	min-block-size: 44px;
	padding-inline: var(--hermizon-s-3);
	border-radius: var(--hermizon-r-ctl);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-body);
	line-height: var(--hermizon-lh-body);
	font-weight: var(--hermizon-fw-body);
	color: var(--hermizon-n-600);
	text-decoration: none;
	transition:
		background-color var(--hermizon-t-state),
		color var(--hermizon-t-state);
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li a:focus-visible {
	background-color: var(--hermizon-n-50);
	color: var(--hermizon-n-900);
}

/* The current screen: a filled surface, a 2px marker and 600 weight.
 *
 * Not an underline. An underline on a vertical rail says "link", which every
 * row already is, and it says nothing about which one you are on -- the review
 * named this as failure 5. WooCommerce puts `is-active` on the `<li>`
 * (`wc_get_account_menu_item_classes()`), and `render_navigation()` keeps that
 * class for exactly this reason.
 *
 * **The underline was WooCommerce's, not ours, and it took a matched selector
 * to remove.** `.woocommerce-account .woocommerce-MyAccount-navigation
 * li.is-active a { text-decoration: underline }` in woocommerce.css is (0,3,2);
 * the obvious rule here is `.woocommerce-MyAccount-navigation li.is-active a`
 * at (0,2,2) and loses to it silently. The `.woocommerce-account` prefix is
 * carried purely to match specificity -- account.css loads after
 * woocommerce.css, so equal is enough. This is the third time a WooCommerce
 * stylesheet has beaten this theme's rules; see the file header. */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	background-color: var(--hermizon-n-100);
	color: var(--hermizon-n-900);
	font-weight: var(--hermizon-fw-section);
	text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active a::after {
	content: "";
	position: absolute;
	inset-block: var(--hermizon-s-2);
	inset-inline-start: 0;
	inline-size: 2px;
	border-radius: 2px;
	background-color: var(--hermizon-n-900);
}

/* The count. Tabular, so 9 and 12 sit on the same right edge. */
.hermizon-account-nav__count {
	margin-inline-start: auto;
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	color: var(--hermizon-n-500);
	font-variant-numeric: tabular-nums lining-nums;
	font-feature-settings: "tnum" 1, "lnum" 1;
}

.woocommerce-MyAccount-navigation li.is-active .hermizon-account-nav__count {
	color: var(--hermizon-n-600);
}

/* Log out is not navigation. One rule above it, meta size, quieter ink. */
.hermizon-account-nav__out {
	margin-block-start: var(--hermizon-s-4);
	padding-block-start: var(--hermizon-s-4);
	border-block-start: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
}

.hermizon-account-nav__out li a {
	font-size: var(--hermizon-fs-meta);
	color: var(--hermizon-n-500);
}

/* An icon per screen, from the same per-endpoint class. Drawn as a mask so a
 * single declaration colours the glyph with the link, including on hover and
 * on the active item — an <img> would need a second rule and would not inherit
 * `currentColor`. */
.woocommerce-MyAccount-navigation li a::before {
	content: "";
	flex: 0 0 auto;
	inline-size: 20px;
	block-size: 20px;
	background-color: currentColor;
	-webkit-mask: var(--hermizon-account-icon) center / contain no-repeat;
	mask: var(--hermizon-account-icon) center / contain no-repeat;
	opacity: 0.75;
	transition: opacity var(--hermizon-t-state);
}

.hermizon-account-nav__out li a::before {
	inline-size: 18px;
	block-size: 18px;
}

.woocommerce-MyAccount-navigation li.is-active a::before,
.woocommerce-MyAccount-navigation li a:hover::before {
	opacity: 1;
}

.woocommerce-MyAccount-navigation-link--dashboard {
	--hermizon-account-icon: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5 9.5V21h14V9.5'/%3E%3C/svg%3E" );
}

.woocommerce-MyAccount-navigation-link--orders {
	--hermizon-account-icon: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v13H4z'/%3E%3Cpath d='M9 7V5a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E" );
}

.woocommerce-MyAccount-navigation-link--edit-address {
	--hermizon-account-icon: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.6'/%3E%3C/svg%3E" );
}

.woocommerce-MyAccount-navigation-link--edit-account {
	--hermizon-account-icon: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.6'/%3E%3Cpath d='M4.5 20a7.5 7.5 0 0 1 15 0'/%3E%3C/svg%3E" );
}

.woocommerce-MyAccount-navigation-link--customer-logout {
	--hermizon-account-icon: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 20H6V4h8'/%3E%3Cpath d='m17 15 4-3-4-3'/%3E%3Cpath d='M21 12H10'/%3E%3C/svg%3E" );
}

/* Downloads and Payment methods are both removed on this build — the first by
 * Account\Screen, the second by WooCommerce itself under Cash on Delivery — so
 * neither carries an icon. If a gateway later brings Payment methods back it
 * will render without one until a rule is added, which is a missing glyph
 * rather than a broken layout. */

/* --------------------------------------------------------------------------
 * The navigation on a phone — a rail, not a stack
 * ----------------------------------------------------------------------- */

/* There is no mobile design anywhere in the Figma: fourteen frames, every one
 * 1600px wide (docs/responsive-spec.md). This layout is therefore a decision
 * taken in Phase 40, not one read from a frame.
 *
 * **The floats are cancelled here rather than left to WooCommerce, and that is
 * a measured correction.** The plan for this phase said `woocommerce-smallscreen.css`
 * already sets both columns to `float: none; width: 100%` below the grid, so
 * nothing would need out-specifying. It does set exactly that — but inside
 * `max-width: 768px`, not 782. The fourteen pixels between 769 and 782 were a
 * dead zone with WooCommerce's float row still live and this rail's styles
 * half-applied: measured at 782px, the navigation was 223px wide and the
 * content sat beside it instead of below. Depending on another stylesheet's
 * breakpoint matching ours is the bug; owning the cancellation is the fix.
 *
 * Five items stacked vertically pushed the content of every screen a full
 * viewport down, which is why this is a rail rather than a stack. */
@media (max-width: 782px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
		margin-inline-end: 0;
	}

	/* The rail is now the `<nav>` itself, not a `<ul>`.
	 *
	 * Phase 41 groups the items, so there are three lists where there was one.
	 * `display: contents` on the groups and their lists drops those boxes out
	 * of layout entirely and leaves every `<li>` as a direct flex child of the
	 * scroller -- one strip, in source order, with the grouping intact for a
	 * screen reader and invisible to the eye. Setting `flex` on the `<ul>`s
	 * instead would have produced three side-by-side strips. */
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		display: flex;
		gap: var(--wp--preset--spacing--50);
		overflow-x: auto;
		margin: 0 0 var(--wp--preset--spacing--60);
		padding-block-end: 2px;
		scroll-snap-type: x proximity;
		scroll-padding-inline: var(--wp--preset--spacing--40);
		scrollbar-width: none;
		border-bottom: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation::-webkit-scrollbar {
		display: none;
	}

	.woocommerce-account .woocommerce .hermizon-account-nav__group,
	.woocommerce-account .woocommerce .hermizon-account-nav__out,
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
		display: contents;
	}

	/* The group labels are the one thing the strip cannot carry. They stay in
	 * the markup for the accessibility tree and come off the screen. */
	.woocommerce-account .woocommerce .hermizon-account-nav__grouplabel {
		position: absolute;
		inline-size: 1px;
		block-size: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip-path: inset( 50% );
		white-space: nowrap;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	/* A tab strip, so the active item takes an underline rather than the fill
	 * and the left marker the vertical rail uses. The item's own bottom border
	 * carries it, so the rail needs no extra element and the row keeps a single
	 * baseline. */
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
		white-space: nowrap;
		border-radius: 0;
		border-bottom: 2px solid transparent;
		padding-inline: 0;
		padding-block: var(--wp--preset--spacing--30);
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:hover,
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:focus-visible {
		background-color: transparent;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
		background-color: transparent;
		border-bottom-color: var(--wp--preset--color--brand);
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a::after {
		content: none;
	}

	/* Log out sits at the end of the strip; the divider above it is a vertical
	 * rail idea and does not survive the rotation. */
	.woocommerce-account .woocommerce .hermizon-account-nav__out li a {
		font-size: var(--hermizon-fs-body);
	}

	.hermizon-account-nav__count {
		margin-inline-start: var(--hermizon-s-1);
	}
}



/* --------------------------------------------------------------------------
 * The page header
 * ----------------------------------------------------------------------- */

.hermizon-account__header {
	margin-block-end: var(--wp--preset--spacing--70);
}

/* The breadcrumb has the slot the duplicated eyebrow wasted. Micro role, so
 * it reads as a location rather than as a second title. */
.hermizon-account__crumb {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-block-end: var(--hermizon-s-2);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-micro);
	line-height: var(--hermizon-lh-micro);
	font-weight: var(--hermizon-fw-micro);
	letter-spacing: var(--hermizon-ls-micro);
	text-transform: uppercase;
	color: var(--hermizon-n-500);
}

.hermizon-account__crumb a {
	color: inherit;
	text-decoration: none;
}

.hermizon-account__crumb a:hover,
.hermizon-account__crumb a:focus-visible {
	color: var(--hermizon-n-900);
}

.hermizon-account__crumb span[aria-hidden] {
	color: var(--hermizon-n-400);
}

/* The title role: 24px. Deliberately smaller than the amount a customer owes
 * the courier, which is the display role at 36px. The page names itself; the
 * money answers the question the customer arrived with. */
.hermizon-account__title {
	margin: 0;
	font-size: var(--hermizon-fs-title);
	line-height: var(--hermizon-lh-title);
	font-weight: var(--hermizon-fw-title);
	letter-spacing: var(--hermizon-ls-title);
	color: var(--hermizon-n-900);
}

/* Who you are, when you started, how many orders — the three facts the old
 * header had nowhere for, in the slot the eyebrow was spending on a repeat. */
.hermizon-account__context {
	display: flex;
	flex-wrap: wrap;
	gap: 6px var(--hermizon-s-3);
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	color: var(--hermizon-n-500);
}

.hermizon-account__context li {
	margin: 0;
	padding: 0;
}

.hermizon-account__context li + li {
	padding-inline-start: var(--hermizon-s-3);
	border-inline-start: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
}

.hermizon-num {
	font-variant-numeric: tabular-nums lining-nums;
	font-feature-settings: "tnum" 1, "lnum" 1;
}

/* Money lines up in a column or it is not a column.
 *
 * WooCommerce paints every amount through `.woocommerce-Price-amount`, so one
 * rule reaches the order totals, the card amounts, the payline and anything a
 * later to-do adds without each of them having to remember. **The seventh type
 * decision this system makes is that digits are tabular** -- proportional
 * figures put the taka of a ৳1,300 and a ৳22,050 in different places, and a
 * customer comparing two orders is doing exactly that comparison.
 *
 * `strong` comes with it: the theme's global weight for it is 700, which is
 * outside the three this system uses. */
.woocommerce-account .woocommerce-Price-amount,
.woocommerce-account .hermizon-account__header .hermizon-num,
.woocommerce-MyAccount-content time,
.woocommerce-MyAccount-content .hermizon-num {
	font-variant-numeric: tabular-nums lining-nums;
	font-feature-settings: "tnum" 1, "lnum" 1;
}

/* WooCommerce's own form labels and buttons, which account.css never sized
 * because it never had a size to give them.
 *
 * They are the last two type sizes in this area that came from somewhere else:
 * labels at 14px and buttons at 18px, neither of them one of the six roles.
 * Labels take meta at 500 -- the weight is the one thing that distinguishes a
 * label from the value under it once they are the same size -- and buttons
 * take body, which is what every button this phase has drawn already uses.
 *
 * Beats `.woocommerce form .form-row label` in woocommerce.css at (0,3,1),
 * matched rather than raised. */
.woocommerce-account .woocommerce-MyAccount-content label,
.woocommerce-account .woocommerce-MyAccount-content .form-row label {
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	font-weight: var(--hermizon-fw-micro);
	color: var(--hermizon-n-800);
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content .wp-element-button {
	font-size: var(--hermizon-fs-body);
	line-height: var(--hermizon-lh-body);
	font-weight: var(--hermizon-fw-section);
}

.woocommerce-MyAccount-content strong,
.hermizon-account__header strong,
.hermizon-account__alerts strong {
	font-weight: var(--hermizon-fw-section);
}

/* Stacked on a phone. The dividing rules are a one-line idea: once the list
 * wraps, the rule that should sit between two items sits at the start of a
 * line instead, and reads as a stray mark. */
@media (max-width: 782px) {
	.hermizon-account__context {
		display: block;
	}

	.hermizon-account__context li + li {
		padding-inline-start: 0;
		border-inline-start: 0;
	}
}

.hermizon-account__alerts {
	display: flex;
	flex-direction: column;
	gap: var(--hermizon-s-3);
	margin-block-end: var(--wp--preset--spacing--60);
}

/* --------------------------------------------------------------------------
 * The alert strip
 *
 * One line, two at most, with the code field and its buttons inline. It
 * replaces a card carrying a heading, a lead paragraph, a labelled field, two
 * buttons and a footnote — roughly 210px of chrome above whatever the customer
 * actually came for, on all four screens. Failure 1.
 *
 * Amber, because both of its variants mean *waiting*: a number not yet proved,
 * an order not yet released. That is the only thing `--hermizon-pending` is
 * allowed to mean in this file.
 * ----------------------------------------------------------------------- */

.hermizon-vh {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset( 50% );
	white-space: nowrap;
	border: 0;
}

.hermizon-alert {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--hermizon-s-3) var(--hermizon-s-4);
	padding: var(--hermizon-s-3) var(--hermizon-s-4);
	background-color: var(--hermizon-pending-tint);
	border: var(--hermizon-bd-hair) solid rgba( 122, 79, 0, 0.22 );
	border-radius: var(--hermizon-r-card);
}

.hermizon-alert__text {
	flex: 1 1 260px;
	margin: 0;
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	color: var(--hermizon-pending);
}

.hermizon-alert__text strong {
	font-weight: 600;
}

.hermizon-alert__form {
	display: flex;
	align-items: center;
	gap: var(--hermizon-s-2);
	margin: 0;
}

.hermizon-alert__code {
	inline-size: 108px;
	block-size: 36px;
	padding-inline: var(--hermizon-s-3);
	background-color: var(--hermizon-n-0);
	border: var(--hermizon-bd-edge) solid rgba( 122, 79, 0, 0.35 );
	border-radius: var(--hermizon-r-ctl);
	font-size: var(--hermizon-fs-meta);
	letter-spacing: 0.12em;
}

.hermizon-alert__code::placeholder {
	color: var(--hermizon-n-400);
	letter-spacing: 0.12em;
}

.hermizon-alert__go,
.hermizon-alert__resend,
.hermizon-alert__dismiss button {
	min-block-size: 36px;
	padding-inline: var(--hermizon-s-3);
	border-radius: var(--hermizon-r-ctl);
	font-size: var(--hermizon-fs-meta);
	font-weight: 600;
	cursor: pointer;
	transition:
		background-color var(--hermizon-t-state),
		color var(--hermizon-t-state);
}

.hermizon-alert__go {
	background-color: var(--hermizon-n-0);
	color: var(--hermizon-n-900);
	border: var(--hermizon-bd-edge) solid var(--hermizon-n-300);
}

.hermizon-alert__go:hover {
	background-color: var(--hermizon-n-50);
	border-color: var(--hermizon-n-400);
}

/* Not a button in appearance: it is the third-ranked action on a strip that
 * should read as one sentence. */
.hermizon-alert__resend {
	background: none;
	border: 0;
	color: var(--hermizon-pending);
	font-weight: 400;
}

.hermizon-alert__resend:hover:not( [disabled] ) {
	color: var(--hermizon-n-900);
}

.hermizon-alert__resend[disabled] {
	color: var(--hermizon-n-400);
	cursor: not-allowed;
}

.hermizon-alert__dismiss {
	margin: 0;
	margin-inline-start: auto;
}

.hermizon-alert__dismiss button {
	inline-size: 36px;
	padding: 0;
	background: none;
	border: 0;
	color: var(--hermizon-pending);
	font-size: var(--hermizon-fs-section);
	line-height: 1;
}

.hermizon-alert__dismiss button:hover {
	background-color: rgba( 122, 79, 0, 0.08 );
}

/* The way out, and the "we cannot send" fallback. Full width under the strip
 * so the line above stays one line. */
.hermizon-alert__note {
	flex: 1 0 100%;
	margin: 0;
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	color: var(--hermizon-pending);
	opacity: 0.85;
}

@media (max-width: 782px) {
	.hermizon-alert__form {
		flex: 1 1 100%;
		flex-wrap: wrap;
	}

	.hermizon-alert__dismiss {
		position: absolute;
		inset-block-start: var(--hermizon-s-2);
		inset-inline-end: var(--hermizon-s-2);
	}

	.hermizon-alert {
		position: relative;
		padding-inline-end: var(--hermizon-s-7);
	}
}

/* --------------------------------------------------------------------------
 * The dashboard
 * ----------------------------------------------------------------------- */

.hermizon-dashboard {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--70);
}

/* --------------------------------------------------------------------------
 * An order, as a card
 * ----------------------------------------------------------------------- */

.hermizon-order-card {
	padding: var(--wp--preset--spacing--60);
	background-color: var(--wp--preset--color--base);
	border: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--md);
}

/* The latest order is the reason this page exists, so it is the one element on
 * the screen that lifts off the surface. Everything else is a flat card; if
 * two things had this shadow neither would read as the answer to "where is my
 * order". */
/* --------------------------------------------------------------------------
 * The docket — the latest order, and the one thing on this page that is not
 * a card
 * ----------------------------------------------------------------------- */

/* **This replaced a bordered white card, and the reason is that four bordered
 * white cards in a column is what a WooCommerce plugin looks like.** Every
 * element on the dashboard had the same weight and the same fence, so the only
 * hierarchy in the whole screen was one box-shadow. Removing the boxes and
 * letting type and space carry the ranking is the entire idea; nothing here
 * needs a colour or a face the theme did not already have.
 *
 * Named for what it is rather than for a card variant: a docket is the slip
 * that travels with a handmade thing, which is closer to what this screen does
 * than a dashboard panel is. */
.hermizon-docket {
	padding-block-end: var(--wp--preset--spacing--70);
	border-bottom: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
}

.hermizon-docket__caption {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 var(--wp--preset--spacing--20);
	margin: 0 0 var(--wp--preset--spacing--40);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-micro);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}

.hermizon-docket__eyebrow {
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
}

.hermizon-docket__number {
	font-variant-numeric: tabular-nums;
}

.hermizon-docket__body {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: var(--wp--preset--spacing--60);
}

/* The photograph. A craft brand's one asset, previously rendered at 64px in a
 * row of chips beside three others. 3:4 because that is the crop the product
 * images are shot in. */
.hermizon-docket__figure {
	flex: 0 0 auto;
	inline-size: 220px;
	margin: 0;
}

.hermizon-docket__figure img {
	display: block;
	inline-size: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--preset--color--surface);
}

.hermizon-docket__more {
	margin-block-start: var(--wp--preset--spacing--20);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-docket__text {
	flex: 1 1 320px;
	min-inline-size: 0;
}

/* The state sentence, promoted from a paragraph under the track to the heading
 * of the whole region. "Being prepared for delivery" is the answer to the only
 * question this screen is asked. */
.hermizon-docket__state {
	margin: 0 0 var(--wp--preset--spacing--50);
	max-inline-size: 22ch;
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
	line-height: 1.15;
	letter-spacing: -0.015em;
	text-wrap: balance;
}

.hermizon-docket__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: var(--wp--preset--spacing--50);
	margin: var(--wp--preset--spacing--60) 0 0;
	font-size: var(--hermizon-fs-body);
}

.hermizon-docket__view {
	font-weight: 600;
	text-underline-offset: 4px;
}

/* An order that was cancelled or refunded keeps the docket but loses its
 * emphasis: no track, no amount, and the photograph muted rather than removed
 * — the customer may still want to see what it was. */
.hermizon-docket--offtrack .hermizon-docket__figure img {
	filter: grayscale(1);
	opacity: 0.65;
}

.hermizon-docket--offtrack .hermizon-docket__state {
	color: var(--wp--preset--color--muted);
}

.hermizon-order-card__head {
	margin-block-end: var(--wp--preset--spacing--50);
}

.hermizon-order-card__eyebrow {
	margin: 0 0 var(--wp--preset--spacing--10);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-micro);
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}

.hermizon-order-card__number {
	margin: 0;
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
	line-height: 1.1;
	font-variant-numeric: tabular-nums;
}

.hermizon-order-card__meta {
	margin: var(--wp--preset--spacing--10) 0 0;
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-order-card__state {
	margin: var(--wp--preset--spacing--40) 0 0;
	font-size: var(--hermizon-fs-body);
	color: var(--wp--preset--color--contrast);
}

.hermizon-order-card__note {
	margin: var(--wp--preset--spacing--20) 0 0;
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

/* An order that was cancelled or refunded. No track, no payline, and a muted
 * ground — the card still exists because the customer may want the record, but
 * it must not compete with a live order for attention. */
.hermizon-order-card--offtrack {
	background-color: var(--wp--preset--color--surface);
}

.hermizon-order-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--wp--preset--spacing--50);
	margin: var(--wp--preset--spacing--60) 0 0;
}

.hermizon-order-card__help {
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-order-card__help:hover,
.hermizon-order-card__help:focus-visible {
	color: var(--wp--preset--color--brand);
}

/* --------------------------------------------------------------------------
 * The status track
 * ----------------------------------------------------------------------- */

/* Three steps on one row, each dot centred over its label and joined by a rule
 * drawn with ::before on the step rather than a separate element — so a step
 * cannot be added in PHP without its connector following automatically. */
.hermizon-timeline {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin: var(--wp--preset--spacing--60) 0 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.hermizon-timeline__step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--wp--preset--spacing--20);
	text-align: center;
}

/* The connector, drawn leftward from each step after the first. */
.hermizon-timeline__step + .hermizon-timeline__step::before {
	content: "";
	position: absolute;
	inset-inline-end: 50%;
	inset-block-start: 4px;
	inline-size: 100%;
	block-size: 1px;
	background-color: var(--wp--preset--color--line);
}

.hermizon-timeline__step.is-done + .hermizon-timeline__step::before,
.hermizon-timeline__step.is-current::before,
.hermizon-timeline__step.is-blocked::before {
	background-color: var(--wp--preset--color--contrast);
}

.hermizon-timeline__dot {
	position: relative;
	z-index: 1;
	inline-size: 10px;
	block-size: 10px;
	border-radius: var(--wp--custom--radius--pill);
	background-color: var(--wp--preset--color--base);
	border: 2px solid var(--wp--preset--color--line);
}

.hermizon-timeline__step.is-done .hermizon-timeline__dot {
	background-color: var(--wp--preset--color--contrast);
	border-color: var(--wp--preset--color--contrast);
}

/* The step the order is on. Brand red, and it is the only place on this screen
 * that uses it — an order waiting on the customer has to be findable at a
 * glance from across the page. */
.hermizon-timeline__step.is-current .hermizon-timeline__dot,
.hermizon-timeline__step.is-blocked .hermizon-timeline__dot {
	background-color: var(--wp--preset--color--brand);
	border-color: var(--wp--preset--color--brand);
	box-shadow: 0 0 0 4px var(--wp--custom--state--error-surface);
}

/* **Blocked is not the same as current, and it used to look exactly like it.**
 * `Timeline` distinguishes "we are working on it" from "this is waiting on
 * you", and that distinction is the reason the state exists — but both rendered
 * an identical red dot and both carried `aria-current="step"`, so the only
 * place it survived was the sentence underneath.
 *
 * A hollow centre reads as unfinished rather than in-hand, and the ring is
 * warning-toned rather than brand-toned because it is asking for something. The
 * word is carried separately by `Timeline::state_word()` in visually hidden
 * text, so this is not colour alone. */
.hermizon-timeline__step.is-blocked .hermizon-timeline__dot {
	background-color: var(--wp--preset--color--base);
	border-color: var(--wp--custom--state--warning);
	border-width: 4px;
	box-shadow: 0 0 0 4px var(--wp--custom--state--warning-surface);
}

.hermizon-timeline__step.is-blocked .hermizon-timeline__label {
	color: var(--wp--custom--state--warning);
	font-weight: 600;
}

.hermizon-timeline__label {
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-timeline__step.is-done .hermizon-timeline__label,
.hermizon-timeline__step.is-current .hermizon-timeline__label,
.hermizon-timeline__step.is-blocked .hermizon-timeline__label {
	color: var(--wp--preset--color--contrast);
	font-weight: 500;
}

/* --------------------------------------------------------------------------
 * What to hand the courier
 * ----------------------------------------------------------------------- */

/* The amount, and then the words. Was a grey strip with a label left and a
 * figure right, which reads as a form field; under Cash on Delivery the figure
 * is the entire question, so it is the largest text in the block. */
.hermizon-payline {
	margin: 0 0 var(--wp--preset--spacing--50);
}

.hermizon-payline__amount {
	display: block;
	font-size: var(--hermizon-fs-display);
	font-weight: var(--hermizon-fw-display);
	line-height: 1.05;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.02em;
	color: var(--wp--preset--color--contrast);
}

.hermizon-payline__label {
	display: block;
	margin-block-start: var(--wp--preset--spacing--20);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-payline--paid .hermizon-payline__amount {
	color: var(--wp--custom--state--success);
}

.hermizon-payline__amount del {
	font-size: var(--hermizon-fs-body);
	font-weight: 400;
	color: var(--wp--preset--color--muted);
}

/* --------------------------------------------------------------------------
 * Product thumbnails on a card
 * ----------------------------------------------------------------------- */

.hermizon-order-card__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--30);
	margin-block-start: var(--wp--preset--spacing--50);
}

.hermizon-order-card__thumb {
	display: block;
	inline-size: 64px;
	block-size: 64px;
	overflow: hidden;
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--preset--color--surface);
}

.hermizon-order-card__thumb img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	display: block;
}

.hermizon-order-card__thumb--more {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
	font-variant-numeric: tabular-nums;
}

/* --------------------------------------------------------------------------
 * The dashboard's second row, and the rest of the order
 * ----------------------------------------------------------------------- */

/* Earlier orders beside the delivery address. 7/5, because a list of order
 * rows needs the width and an address does not. */
.hermizon-dashboard__band {
	display: grid;
	grid-template-columns: 7fr 5fr;
	gap: var(--hermizon-s-5);
	align-items: start;
}

.hermizon-shipto {
	padding: var(--hermizon-s-5);
	border: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
	border-radius: var(--hermizon-r-card);
}

.hermizon-shipto__heading {
	margin: 0 0 var(--hermizon-s-3);
	font-size: var(--hermizon-fs-section);
	line-height: var(--hermizon-lh-section);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
}

.hermizon-shipto__address {
	margin: 0;
	font-size: var(--hermizon-fs-body);
	line-height: var(--hermizon-lh-body);
	font-style: normal;
	color: var(--hermizon-n-700);
}

.hermizon-shipto__none {
	margin: 0;
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	color: var(--hermizon-n-600);
}

.hermizon-shipto__edit {
	display: inline-block;
	margin-block-start: var(--hermizon-s-4);
	padding-block-start: var(--hermizon-s-3);
	border-block-start: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
	inline-size: 100%;
	font-size: var(--hermizon-fs-meta);
	color: var(--hermizon-n-900);
}

/* The rest of the order, under the hero photograph. 48px: big enough to
 * recognise a pair, small enough not to argue with the photograph. */
.hermizon-docket__rest {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--hermizon-s-2);
	margin-block-start: var(--hermizon-s-3);
}

.hermizon-docket__restitem {
	inline-size: 48px;
	block-size: 48px;
	border-radius: var(--hermizon-r-ctl);
	border: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
	background-color: var(--hermizon-n-50);
	overflow: hidden;
}

.hermizon-docket__restitem img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	display: block;
}

/* The count returns here, but as a way into the order rather than a full
 * stop. It is the same 48px square so the row keeps one rhythm. */
.hermizon-docket__restmore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-inline-size: 48px;
	block-size: 48px;
	padding-inline: var(--hermizon-s-2);
	border-radius: var(--hermizon-r-ctl);
	border: var(--hermizon-bd-edge) dashed var(--hermizon-n-300);
	font-size: var(--hermizon-fs-meta);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-600);
	text-decoration: none;
	white-space: nowrap;
}

.hermizon-docket__restmore:hover,
.hermizon-docket__restmore:focus-visible {
	border-color: var(--hermizon-n-400);
	color: var(--hermizon-n-900);
	background-color: var(--hermizon-n-50);
}

/* Two ranked actions and the sentence that tells you what the second one
 * does. The reply time is the fact a customer needs before pressing it. */
.hermizon-docket__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--hermizon-s-3) var(--hermizon-s-4);
}

.hermizon-docket__report {
	font-size: var(--hermizon-fs-body);
	color: var(--hermizon-n-900);
}

.hermizon-docket__replies {
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	color: var(--hermizon-n-600);
}

/* One task per row: what to do, why it matters, and the button. */
.hermizon-profile__task {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--hermizon-s-3) var(--hermizon-s-4);
	padding-block: var(--hermizon-s-3);
}

.hermizon-profile__task + .hermizon-profile__task {
	border-block-start: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
}

.hermizon-profile__tasktext {
	flex: 1 1 280px;
	display: block;
}

.hermizon-profile__tasklabel {
	display: block;
	font-size: var(--hermizon-fs-body);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
}

.hermizon-profile__taskwhy {
	display: block;
	margin-block-start: 2px;
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	color: var(--hermizon-n-600);
}

.hermizon-profile__taskgo {
	display: inline-flex;
	align-items: center;
	min-block-size: 44px;
	padding-inline: var(--hermizon-s-4);
	border: var(--hermizon-bd-edge) solid var(--hermizon-n-300);
	border-radius: var(--hermizon-r-ctl);
	background-color: var(--hermizon-n-0);
	font-size: var(--hermizon-fs-body);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
	text-decoration: none;
	white-space: nowrap;
	transition:
		background-color var(--hermizon-t-state),
		border-color var(--hermizon-t-state);
}

.hermizon-profile__taskgo:hover,
.hermizon-profile__taskgo:focus-visible {
	background-color: var(--hermizon-n-50);
	border-color: var(--hermizon-n-400);
}

@media (max-width: 782px) {
	.hermizon-dashboard__band {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
 * Earlier orders, and the orders list — one component, two places
 * ----------------------------------------------------------------------- */

.hermizon-dashboard__heading {
	margin: 0 0 var(--wp--preset--spacing--50);
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
}

.hermizon-orders__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Earlier orders are a list, not a stack of panels. One hairline between rows
 * does everything the borders did, and the eye can run down the column instead
 * of stopping at each fence. */
.hermizon-order-card--compact {
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
	padding: var(--wp--preset--spacing--50) 0;
	background-color: transparent;
	border: 0;
	border-bottom: var(--wp--custom--border--width) solid var(--wp--preset--color--line-light);
	border-radius: 0;
}

.hermizon-orders__list > .hermizon-order-card--compact:last-child {
	border-bottom: 0;
}

.hermizon-order-card__link {
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	text-decoration: none;
}

.hermizon-order-card__date {
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-order-card__total {
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	justify-self: end;
}

/* The state sentence and the thumbnails run the full width beneath the row. */
.hermizon-order-card--compact .hermizon-order-card__line,
.hermizon-order-card--compact .hermizon-order-card__thumbs {
	grid-column: 1 / -1;
}

.hermizon-order-card__line {
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-order-card--compact .hermizon-order-card__thumb {
	inline-size: 44px;
	block-size: 44px;
}

/* Status as a pill. Semantic colour, drawn from the theme's state tokens rather
 * than the brand hue, so "cancelled" never reads as a brand accent. */
.hermizon-order-card__pill {
	justify-self: start;
	padding: 2px var(--wp--preset--spacing--30);
	border-radius: var(--wp--custom--radius--pill);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-micro);
	font-weight: 600;
	white-space: nowrap;
	background-color: var(--wp--preset--color--line-light);
	color: var(--wp--preset--color--muted);
}

.hermizon-order-card__pill--processing,
.hermizon-order-card__pill--pending {
	background-color: var(--wp--custom--state--warning-surface);
	color: var(--wp--custom--state--warning);
}

.hermizon-order-card__pill--completed {
	background-color: var(--wp--custom--state--success-surface);
	color: var(--wp--custom--state--success);
}

/* The off-track four had no variant and fell back to the neutral base — the
 * exact states `Timeline::OFF_TRACK` treats as significant were the ones with
 * no treatment. Deliberately quiet rather than alarming: a cancelled order is
 * a fact, not a problem to solve, and it must not compete with a live one. */
.hermizon-order-card__pill--cancelled,
.hermizon-order-card__pill--refunded,
.hermizon-order-card__pill--failed,
.hermizon-order-card__pill--on-hold {
	background-color: var(--wp--preset--color--line-light);
	color: var(--wp--preset--color--muted);
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.hermizon-order-card__pill--failed {
	background-color: var(--wp--custom--state--error-surface);
	color: var(--wp--custom--state--error);
	text-decoration: none;
}

.hermizon-dashboard__all {
	margin: var(--wp--preset--spacing--50) 0 0;
	font-size: var(--hermizon-fs-body);
}

/* --------------------------------------------------------------------------
 * The set-up nudge
 * ----------------------------------------------------------------------- */

/* The nudge is a footnote, not a panel. It used to be a filled grey box, which
 * gave a two-item to-do list the same visual weight as the order above it. */
.hermizon-profile {
	padding-block-start: var(--wp--preset--spacing--50);
	border-top: var(--wp--custom--border--width) solid var(--wp--preset--color--line-light);
}

.hermizon-profile__heading {
	margin: 0 0 var(--wp--preset--spacing--30);
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
}

.hermizon-profile__tasks {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: var(--hermizon-fs-meta);
}

/* --------------------------------------------------------------------------
 * The dashboard before the first order
 * ----------------------------------------------------------------------- */

.hermizon-welcome {
	display: grid;
	gap: var(--wp--preset--spacing--60);
}

.hermizon-welcome__figure {
	margin: 0;
	overflow: hidden;
	border-radius: var(--wp--custom--radius--md);
	background-color: var(--wp--preset--color--surface);
}

.hermizon-welcome__figure img {
	display: block;
	inline-size: 100%;
	block-size: auto;
}

.hermizon-welcome__eyebrow {
	margin: 0 0 var(--wp--preset--spacing--20);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-micro);
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brand);
}

.hermizon-welcome__title {
	margin: 0 0 var(--wp--preset--spacing--30);
	font-size: var(--hermizon-fs-title);
	font-weight: var(--hermizon-fw-title);
	line-height: 1.15;
}

.hermizon-welcome__lead {
	margin: 0 0 var(--wp--preset--spacing--50);
	max-inline-size: 46ch;
	color: var(--wp--preset--color--muted);
}

.hermizon-welcome__cta {
	margin: 0;
}

.hermizon-welcome__facts {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--30);
	margin: 0;
	padding: var(--wp--preset--spacing--50);
	list-style: none;
	background-color: var(--wp--preset--color--surface);
	border-radius: var(--wp--custom--radius--md);
	font-size: var(--hermizon-fs-meta);
}

.hermizon-welcome__next {
	margin: 0;
}

.hermizon-welcome__nextline {
	margin: 0 0 var(--wp--preset--spacing--30);
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

@media (min-width: 900px) {
	.hermizon-welcome {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: center;
	}

	.hermizon-welcome__figure {
		grid-row: span 2;
	}

	.hermizon-welcome__facts,
	.hermizon-welcome__next {
		grid-column: 1 / -1;
	}
}

/* --------------------------------------------------------------------------
 * The cards on a phone
 * ----------------------------------------------------------------------- */

@media (max-width: 600px) {
	.hermizon-order-card {
		padding: var(--wp--preset--spacing--50);
	}

	/* The track goes vertical: three labels across 350px put "Confirmed" on two
	 * lines and dropped the dots out of alignment with them. */
	.hermizon-timeline {
		grid-template-columns: 1fr;
		gap: var(--wp--preset--spacing--30);
	}

	.hermizon-timeline__step {
		flex-direction: row;
		align-items: center;
		gap: var(--wp--preset--spacing--30);
		text-align: start;
	}

	.hermizon-timeline__step + .hermizon-timeline__step::before {
		inset-inline-end: auto;
		inset-inline-start: 7px;
		inset-block-start: auto;
		inset-block-end: 50%;
		inline-size: 2px;
		block-size: 100%;
	}

	/* The compact card stops being a row and becomes a block: four columns in
	 * 350px gave the total 40px and wrapped the amount mid-figure. */
	.hermizon-order-card--compact {
		grid-template-columns: 1fr auto;
	}

	.hermizon-order-card__date {
		grid-column: 1 / -1;
	}
}

/* --------------------------------------------------------------------------
 * The orders list
 * ----------------------------------------------------------------------- */

.hermizon-orders__pages {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--wp--preset--spacing--40);
	margin-block-start: var(--wp--preset--spacing--60);
	padding-block-start: var(--wp--preset--spacing--50);
	border-top: var(--wp--custom--border--width) solid var(--wp--preset--color--line-light);
	font-size: var(--hermizon-fs-meta);
}

.hermizon-orders__count {
	color: var(--wp--preset--color--muted);
	font-variant-numeric: tabular-nums;
}

/* --------------------------------------------------------------------------
 * One order, in full
 * ----------------------------------------------------------------------- */

.hermizon-order {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--60);
}

.hermizon-order__back {
	margin: 0;
	font-size: var(--hermizon-fs-body);
}

.hermizon-order__head {
	margin: 0;
}

.hermizon-order__number {
	margin: 0;
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
	font-variant-numeric: tabular-nums;
}

.hermizon-order__meta {
	display: flex;
	align-items: center;
	gap: var(--wp--preset--spacing--20);
	margin: var(--wp--preset--spacing--20) 0 0;
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-order__heading {
	margin: 0 0 var(--wp--preset--spacing--40);
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
}

.hermizon-order__lines {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--40);
	margin: 0;
	padding: 0;
	list-style: none;
}

.hermizon-order__line {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto auto;
	align-items: center;
	gap: var(--wp--preset--spacing--40);
	padding-block-end: var(--wp--preset--spacing--40);
	border-bottom: var(--wp--custom--border--width) solid var(--wp--preset--color--line-light);
}

.hermizon-order__line:last-child {
	border-bottom: 0;
	padding-block-end: 0;
}

.hermizon-order__linename {
	display: block;
	font-weight: 500;
}

/* wc_display_item_meta() emits its own <dl>; it carries the chosen size, which
 * is the single most-asked question about a footwear order. */
.hermizon-order__lineinfo .wc-item-meta {
	margin: var(--wp--preset--spacing--10) 0 0;
	padding: 0;
	list-style: none;
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-order__lineinfo .wc-item-meta li {
	display: flex;
	gap: var(--wp--preset--spacing--20);
}

.hermizon-order__lineinfo .wc-item-meta p {
	margin: 0;
}

.hermizon-order__lineqty,
.hermizon-order__linetotal {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.hermizon-order__linetotal {
	font-weight: 600;
}

.hermizon-order__totals {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: var(--wp--preset--spacing--20) var(--wp--preset--spacing--50);
	margin: var(--wp--preset--spacing--50) 0 0;
	padding-block-start: var(--wp--preset--spacing--50);
	border-top: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
}

.hermizon-order__totals dt {
	color: var(--wp--preset--color--muted);
	font-size: var(--hermizon-fs-meta);
}

.hermizon-order__totals dd {
	margin: 0;
	text-align: end;
	font-variant-numeric: tabular-nums;
}

/* The last row is the total. It is the number a customer hands over, so it is
 * the one number on this screen that is not small print. */
.hermizon-order__totals dt:last-of-type,
.hermizon-order__totals dd:last-of-type {
	font-size: var(--hermizon-fs-section);
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
}

.hermizon-order__items,
.hermizon-order__delivery,
.hermizon-order__updates {
	padding: var(--wp--preset--spacing--60);
	background-color: var(--wp--preset--color--base);
	border: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--md);
}

.hermizon-order__address {
	margin: 0 0 var(--wp--preset--spacing--30);
	font-style: normal;
	line-height: 1.5;
}

.hermizon-order__phone,
.hermizon-order__note {
	margin: 0;
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-order__notelabel {
	font-weight: 600;
}

.hermizon-order__notes {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--40);
	margin: 0;
	padding: 0;
	list-style: none;
}

.hermizon-order__noteitem time {
	display: block;
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-order__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--wp--preset--spacing--50);
	margin: 0;
}

@media (max-width: 600px) {
	.hermizon-order__items,
	.hermizon-order__delivery,
	.hermizon-order__updates {
		padding: var(--wp--preset--spacing--50);
	}

	/* The quantity and the line total move under the name: four columns in
	 * 350px squeezed the name to two words per line. */
	.hermizon-order__line {
		grid-template-columns: 56px minmax(0, 1fr) auto;
	}

	.hermizon-order__lineqty {
		grid-column: 2;
		font-size: var(--hermizon-fs-meta);
		color: var(--wp--preset--color--muted);
	}
}

/* --------------------------------------------------------------------------
 * Account details — the mobile number
 * ----------------------------------------------------------------------- */

.hermizon-profile__phone {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--wp--preset--spacing--30);
}

.hermizon-profile__phone label {
	inline-size: 100%;
}

.hermizon-profile__phone input[readonly] {
	inline-size: auto;
	flex: 1 1 200px;
	background-color: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--muted);
	cursor: default;
}

.hermizon-profile__badge {
	padding: 2px var(--wp--preset--spacing--30);
	border-radius: var(--wp--custom--radius--pill);
	font-family: var(--wp--preset--font-family--public-sans);
	font-size: var(--hermizon-fs-micro);
	font-weight: 600;
	white-space: nowrap;
}

.hermizon-profile__badge--verified {
	background-color: var(--wp--custom--state--success-surface);
	color: var(--wp--custom--state--success);
}

.hermizon-profile__change {
	font-size: var(--hermizon-fs-body);
	white-space: nowrap;
}

/* The two steps of a number change. Bordered rather than merely spaced, because
 * they sit inside somebody else's form and a customer needs to see that the
 * Save button below belongs to the rest of the page, not to this. */
.hermizon-profile__step {
	margin-block: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--50);
	background-color: var(--wp--preset--color--surface);
	border: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--md);
}

.hermizon-profile__steptitle {
	margin: 0 0 var(--wp--preset--spacing--20);
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
}

.hermizon-profile__stepnote {
	margin: 0 0 var(--wp--preset--spacing--40);
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--muted);
}

.hermizon-profile__stepactions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--wp--preset--spacing--40);
	margin: var(--wp--preset--spacing--40) 0 0;
	font-size: var(--hermizon-fs-body);
}

.hermizon-profile__cancel {
	padding: 0;
	background: none;
	border: 0;
	color: var(--wp--preset--color--muted);
	font-family: inherit;
	font-size: var(--hermizon-fs-body);
	cursor: pointer;
}

.hermizon-profile__cancel:hover {
	color: var(--wp--preset--color--brand);
}

/* --------------------------------------------------------------------------
 * Addresses
 * ----------------------------------------------------------------------- */

.woocommerce-account .woocommerce .hermizon-addresses .woocommerce-Addresses {
	display: grid;
	gap: var(--wp--preset--spacing--50);
}

/* WooCommerce clears its float row with `.col2-set::before` / `::after`
 * (`content: " "; display: table`). **In a grid container a pseudo-element is a
 * grid item**, so those two took tracks of their own: measured at 1400px the
 * cards sat diagonally — the first address in the right-hand track, the second
 * in the left-hand track 227px below it, with the clearfixes filling the gaps.
 * There is no float left to clear once the row is a grid. */
.woocommerce-account .woocommerce .hermizon-addresses .woocommerce-Addresses::before,
.woocommerce-account .woocommerce .hermizon-addresses .woocommerce-Addresses::after {
	display: none;
}

@media (min-width: 700px) {
	.woocommerce-account .woocommerce .hermizon-addresses .woocommerce-Addresses {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Beaten rule: `.woocommerce .col2-set .col-1 { float: left; width: 48% }` at
 * (0,3,0) — WooCommerce puts `col-1`/`col-2` on the address itself, not on a
 * wrapper. Measured, not guessed: at (0,2,0) the grid applied to the container
 * and the cards inside it stayed floated at 198px, so they stacked at 1400 and
 * overflowed the column at 390. The extra two qualifiers take this to (0,4,0). */
.woocommerce-account .woocommerce .hermizon-addresses .woocommerce-Address {
	inline-size: auto;
	float: none;
	padding: var(--wp--preset--spacing--50);
	background-color: var(--wp--preset--color--base);
	border: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--md);
}

.hermizon-addresses .woocommerce-Address-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--wp--preset--spacing--30);
	margin-block-end: var(--wp--preset--spacing--40);
}

.hermizon-addresses .woocommerce-Address-title h2,
.hermizon-addresses .woocommerce-Address-title h3 {
	margin: 0;
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
}

.hermizon-addresses .woocommerce-Address-title .edit {
	font-size: var(--hermizon-fs-body);
	white-space: nowrap;
}

.hermizon-addresses address {
	font-style: normal;
	line-height: 1.6;
	color: var(--wp--preset--color--muted);
}

/* --------------------------------------------------------------------------
 * Calling off an order
 * ----------------------------------------------------------------------- */

.hermizon-order__cancel {
	font-size: var(--hermizon-fs-body);
	color: var(--wp--preset--color--muted);
}

.hermizon-order__cancel:hover,
.hermizon-order__cancel:focus-visible {
	color: var(--wp--custom--state--error);
}

/* The confirmation. Warning-toned rather than brand-toned: this is the one
 * place in the account area where a click cannot be taken back, and the brand
 * red is already the colour of "your order is here" on the timeline. */
.hermizon-cancel {
	inline-size: 100%;
	padding: var(--wp--preset--spacing--50);
	background-color: var(--wp--custom--state--warning-surface);
	border-radius: var(--wp--custom--radius--md);
}

.hermizon-cancel__title {
	margin: 0 0 var(--wp--preset--spacing--20);
	font-size: var(--hermizon-fs-section);
	font-weight: 600;
	color: var(--wp--custom--state--warning);
}

.hermizon-cancel__note {
	margin: 0 0 var(--wp--preset--spacing--50);
	max-inline-size: 56ch;
	font-size: var(--hermizon-fs-meta);
	color: var(--wp--preset--color--contrast);
}

.hermizon-cancel__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--wp--preset--spacing--50);
	margin: 0;
}

/* The destructive action is the plainer of the two. Keeping the order is the
 * safe outcome, so it is the one that reads as ordinary. */
.hermizon-cancel__yes.wp-element-button {
	background-color: var(--wp--custom--state--error);
	font-size: var(--hermizon-fs-body);
	padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
}

.hermizon-cancel__yes.wp-element-button:hover,
.hermizon-cancel__yes.wp-element-button:focus-visible {
	background-color: var(--wp--preset--color--contrast-strong);
}

.hermizon-cancel__no {
	font-size: var(--hermizon-fs-body);
	font-weight: var(--hermizon-fw-section);
}

/* --------------------------------------------------------------------------
 * Text for assistive technology only
 * ----------------------------------------------------------------------- */

/* Core's block-library stylesheet defines this and the theme has relied on it
 * since Phase 12, so it is present today. It is restated here because the
 * timeline now *depends* on it: `Timeline::state_word()` puts "done" / "waiting
 * for you" beside each step label, and if this rule ever failed to arrive the
 * track would read "Placed done Confirmed waiting for you Delivered not yet" on
 * screen. A visually-hidden helper that silently becomes visible is worse than
 * one that was never used. */
.hermizon-timeline .screen-reader-text {
	position: absolute !important;
	inline-size: 1px;
	block-size: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
	word-wrap: normal !important;
}

/* --------------------------------------------------------------------------
 * When an order is not yours to see
 * ----------------------------------------------------------------------- */

/* This class was emitted with no rules behind it, so `current_user_can(
 * 'view_order' )` refusing correctly still rendered as unstyled body text — the
 * one screen on this build whose whole job is to be a dead end looked like a
 * mistake. */
.hermizon-orders__denied {
	margin: 0;
	padding: var(--wp--preset--spacing--60);
	background-color: var(--wp--preset--color--surface);
	border: var(--wp--custom--border--width) solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--md);
	color: var(--wp--preset--color--muted);
}

/* --------------------------------------------------------------------------
 * Keyboard focus on the two links that lacked it
 * ----------------------------------------------------------------------- */

/* `:focus-visible`, not `:focus`. style.css:27 sets the convention — a ring
 * "applied only to keyboard focus so it never appears on a mouse click" — and
 * this button was the one rule in the file that broke it, so the destructive
 * action kept its hover colour after being clicked. */
.hermizon-profile__cancel:focus-visible,
.hermizon-cancel__no:hover,
.hermizon-cancel__no:focus-visible {
	color: var(--wp--preset--color--brand);
}

/* --------------------------------------------------------------------------
 * The alerts region, on a page that no longer has cards
 * ----------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
 * Earlier orders — three lines per row was two too many
 * ----------------------------------------------------------------------- */

/* The state sentence and the thumbnail each took a full-width row of their
 * own, so a three-order list ran the height of the screen. They share a row
 * now, the thumbnail aligned under the total. */
.hermizon-order-card--compact .hermizon-order-card__line {
	grid-column: 1 / 4;
	align-self: center;
}

.hermizon-order-card--compact .hermizon-order-card__thumbs {
	grid-column: 4;
	justify-content: end;
	margin-block-start: 0;
}

.hermizon-order-card--compact .hermizon-order-card__thumb {
	inline-size: 40px;
	block-size: 40px;
}

@media (max-width: 600px) {
	/* Back to stacking below 600: four columns cannot hold a date, a pill, a
	 * total and a photograph in 350px. */
	.hermizon-order-card--compact .hermizon-order-card__line,
	.hermizon-order-card--compact .hermizon-order-card__thumbs {
		grid-column: 1 / -1;
		justify-content: start;
	}
}

@media (max-width: 700px) {
	/* The photograph takes the column. At a fixed 220px it sat in a 350px
	 * column with dead space beside it, which reads as an orphan rather than as
	 * the hero of the screen. */
	.hermizon-docket__figure {
		inline-size: 100%;
	}

	.hermizon-docket__figure img {
		aspect-ratio: 4 / 3;
	}

	.hermizon-docket__body {
		gap: var(--wp--preset--spacing--50);
	}
}


/* --------------------------------------------------------------------------
 * The orders list — Phase 41 to-dos 8, 9 and 10
 *
 * One markup, two layouts. The table is a real table on a desktop and the
 * same rows become cards on a phone, because two copies of a list is two
 * lists to keep true.
 * ----------------------------------------------------------------------- */

.hermizon-orders__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--hermizon-s-3);
	margin-block-end: var(--hermizon-s-5);
}

.hermizon-orders__search {
	display: flex;
	align-items: center;
	gap: var(--hermizon-s-2);
	margin: 0;
	flex: 1 1 240px;
	max-inline-size: 320px;
}

.hermizon-orders__search input {
	flex: 1 1 auto;
	min-inline-size: 0;
	block-size: 44px;
	padding-inline: var(--hermizon-s-3);
	border: var(--hermizon-bd-edge) solid var(--hermizon-n-300);
	border-radius: var(--hermizon-r-ctl);
	background-color: var(--hermizon-n-0);
	font-size: var(--hermizon-fs-body);
}

.hermizon-orders__submit {
	min-block-size: 44px;
	padding-inline: var(--hermizon-s-3);
	border: var(--hermizon-bd-edge) solid var(--hermizon-n-300);
	border-radius: var(--hermizon-r-ctl);
	background-color: var(--hermizon-n-0);
	font-size: var(--hermizon-fs-meta);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
	cursor: pointer;
}

.hermizon-orders__submit:hover {
	background-color: var(--hermizon-n-50);
	border-color: var(--hermizon-n-400);
}

/* A segmented control built out of submit buttons, so it works with no
 * JavaScript attached. */
.hermizon-orders__segments {
	display: inline-flex;
	border: var(--hermizon-bd-edge) solid var(--hermizon-n-300);
	border-radius: var(--hermizon-r-ctl);
	overflow: hidden;
	max-inline-size: 100%;
	overflow-x: auto;
	scrollbar-width: none;
}

.hermizon-orders__segments::-webkit-scrollbar {
	display: none;
}

.hermizon-orders__segment {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-block-size: 44px;
	padding-inline: var(--hermizon-s-3);
	border: 0;
	background-color: var(--hermizon-n-0);
	font-size: var(--hermizon-fs-meta);
	color: var(--hermizon-n-600);
	white-space: nowrap;
	cursor: pointer;
	transition:
		background-color var(--hermizon-t-state),
		color var(--hermizon-t-state);
}

.hermizon-orders__segment + .hermizon-orders__segment {
	border-inline-start: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
}

.hermizon-orders__segment:hover {
	background-color: var(--hermizon-n-50);
	color: var(--hermizon-n-900);
}

.hermizon-orders__segment[aria-pressed="true"] {
	background-color: var(--hermizon-n-900);
	color: var(--hermizon-n-0);
	font-weight: var(--hermizon-fw-section);
}

.hermizon-orders__segcount {
	font-size: var(--hermizon-fs-micro);
	opacity: 0.7;
}

.hermizon-orders__range-picker {
	display: flex;
	align-items: center;
	gap: var(--hermizon-s-2);
	margin: 0;
}

.hermizon-orders__range-picker select {
	block-size: 44px;
	padding-inline: var(--hermizon-s-3);
	border: var(--hermizon-bd-edge) solid var(--hermizon-n-300);
	border-radius: var(--hermizon-r-ctl);
	background-color: var(--hermizon-n-0);
	font-size: var(--hermizon-fs-meta);
}

/* --- the table ------------------------------------------------------- */

.hermizon-orders__table {
	inline-size: 100%;
	border-collapse: collapse;
}

.hermizon-orders__table thead th {
	position: sticky;
	inset-block-start: 0;
	z-index: 2;
	background-color: var(--hermizon-n-0);
	text-align: start;
	padding: var(--hermizon-s-3);
	border-block-end: var(--hermizon-bd-hair) solid var(--hermizon-n-300);
	font-size: var(--hermizon-fs-micro);
	line-height: var(--hermizon-lh-micro);
	font-weight: var(--hermizon-fw-micro);
	letter-spacing: var(--hermizon-ls-micro);
	text-transform: uppercase;
	color: var(--hermizon-n-500);
}

.hermizon-orders__right {
	text-align: end;
}

/* Month dividers, as a real colgroup heading rather than a styled row. */
.hermizon-orders__month th {
	padding: var(--hermizon-s-5) var(--hermizon-s-3) var(--hermizon-s-2);
	text-align: start;
	border-block-end: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
	font-size: var(--hermizon-fs-micro);
	line-height: var(--hermizon-lh-micro);
	font-weight: var(--hermizon-fw-micro);
	letter-spacing: var(--hermizon-ls-micro);
	text-transform: uppercase;
	color: var(--hermizon-n-500);
	background-color: var(--hermizon-n-0);
}

.hermizon-orders__table tbody tr {
	position: relative;
	transition: background-color var(--hermizon-t-state);
}

.hermizon-orders__table tbody tr:not( .hermizon-orders__month ):hover {
	background-color: var(--hermizon-n-50);
}

.hermizon-orders__table tbody td {
	block-size: 64px;
	padding-inline: var(--hermizon-s-3);
	border-block-end: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
	color: var(--hermizon-n-700);
	vertical-align: middle;
}

/* One link, covering its row. The anchor stays in the first cell so the
 * accessibility tree sees one link per row, not six. */
.hermizon-orders__rowlink {
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
	text-decoration: none;
}

.hermizon-orders__rowlink::after {
	content: "";
	position: absolute;
	inset: 0;
}

.hermizon-orders__table tbody tr:has( .hermizon-orders__rowlink:focus-visible ) {
	background-color: var(--hermizon-n-50);
}

.hermizon-orders__table tbody tr:has( .hermizon-orders__rowlink:focus-visible )::after {
	content: "";
	position: absolute;
	inset: 0;
	outline: var(--hermizon-focus-width) solid var(--hermizon-accent);
	outline-offset: calc( var(--hermizon-focus-width) * -1 );
	border-radius: var(--hermizon-r-ctl);
	pointer-events: none;
}

.hermizon-orders__c-date time {
	color: var(--hermizon-n-600);
	white-space: nowrap;
}

.hermizon-orders__c-total {
	text-align: end;
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
	white-space: nowrap;
}

.hermizon-orders__c-go {
	inline-size: 24px;
}

.hermizon-orders__c-go::after {
	content: "";
	display: block;
	inline-size: 8px;
	block-size: 8px;
	border-inline-end: var(--hermizon-bd-edge) solid var(--hermizon-n-400);
	border-block-start: var(--hermizon-bd-edge) solid var(--hermizon-n-400);
	transform: rotate( 45deg );
}

.hermizon-orders__stack {
	display: inline-flex;
	align-items: center;
}

.hermizon-orders__stackitem {
	inline-size: 32px;
	block-size: 32px;
	border-radius: var(--hermizon-r-ctl);
	border: var(--hermizon-bd-hair) solid var(--hermizon-n-0);
	background-color: var(--hermizon-n-100);
	overflow: hidden;
	flex: none;
}

.hermizon-orders__stackitem + .hermizon-orders__stackitem {
	margin-inline-start: -10px;
}

.hermizon-orders__stackitem img {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	display: block;
}

.hermizon-orders__stackcount {
	margin-inline-start: var(--hermizon-s-2);
	font-size: var(--hermizon-fs-meta);
	color: var(--hermizon-n-600);
	white-space: nowrap;
}

/* --- range and pagination -------------------------------------------- */

.hermizon-orders__pages {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--hermizon-s-4);
	margin-block-start: var(--hermizon-s-4);
}

.hermizon-orders__range {
	margin: 0;
	font-size: var(--hermizon-fs-meta);
	color: var(--hermizon-n-600);
}

.hermizon-orders__steps {
	display: flex;
	gap: var(--hermizon-s-2);
}

.hermizon-orders__page {
	display: inline-flex;
	align-items: center;
	min-block-size: 44px;
	padding-inline: var(--hermizon-s-4);
	border: var(--hermizon-bd-edge) solid var(--hermizon-n-300);
	border-radius: var(--hermizon-r-ctl);
	font-size: var(--hermizon-fs-meta);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
	text-decoration: none;
}

.hermizon-orders__page:hover {
	background-color: var(--hermizon-n-50);
	border-color: var(--hermizon-n-400);
}

.hermizon-orders__nomatch {
	margin: 0;
	padding: var(--hermizon-s-7) 0;
	font-size: var(--hermizon-fs-body);
	color: var(--hermizon-n-600);
}

/* --- the phone: same rows, as cards ----------------------------------- */

@media (max-width: 782px) {
	.hermizon-orders__toolbar {
		gap: var(--hermizon-s-2);
	}

	.hermizon-orders__search {
		flex: 1 1 100%;
		max-inline-size: none;
	}

	.hermizon-orders__table,
	.hermizon-orders__table tbody {
		display: block;
	}

	.hermizon-orders__table thead {
		display: none;
	}

	.hermizon-orders__table tbody + tbody {
		margin-block-start: var(--hermizon-s-4);
	}

	.hermizon-orders__month,
	.hermizon-orders__month th {
		display: block;
		padding: 0 0 var(--hermizon-s-2);
		border-block-end: 0;
	}

	.hermizon-orders__table tbody tr:not( .hermizon-orders__month ) {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"ord stat"
			"meta meta"
			"items total";
		gap: var(--hermizon-s-2) var(--hermizon-s-3);
		padding: var(--hermizon-s-4);
		margin-block-end: var(--hermizon-s-3);
		border: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
		border-radius: var(--hermizon-r-card);
		min-block-size: 44px;
	}

	.hermizon-orders__table tbody td {
		display: flex;
		align-items: center;
		block-size: auto;
		padding: 0;
		border-block-end: 0;
	}

	.hermizon-orders__table td.hermizon-orders__c-order {
		grid-area: ord;
	}

	.hermizon-orders__table td.hermizon-orders__c-status {
		grid-area: stat;
		justify-content: flex-end;
	}

	.hermizon-orders__table td.hermizon-orders__c-date {
		grid-area: meta;
		font-size: var(--hermizon-fs-meta);
		color: var(--hermizon-n-600);
	}

	.hermizon-orders__table td.hermizon-orders__c-items {
		grid-area: items;
	}

	.hermizon-orders__table td.hermizon-orders__c-total {
		grid-area: total;
		justify-content: flex-end;
	}

	.hermizon-orders__table td.hermizon-orders__c-go {
		display: none;
	}

	.hermizon-orders__pages {
		flex-wrap: wrap;
	}
}

/* --------------------------------------------------------------------------
 * Addresses — Phase 41 to-do 11
 * ----------------------------------------------------------------------- */

.hermizon-addresses__lead {
	margin: 0 0 var(--hermizon-s-5);
	max-inline-size: 70ch;
	font-size: var(--hermizon-fs-body);
	line-height: var(--hermizon-lh-body);
	color: var(--hermizon-n-600);
}

.hermizon-addresses__pair {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: var(--hermizon-s-5);
	align-items: start;
}

.hermizon-address {
	padding: var(--hermizon-s-5);
	border: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
	border-radius: var(--hermizon-r-card);
}

/* Left-aligned over a left-aligned body. WooCommerce centres the title, which
 * put the one word naming the card on a different axis from every line under
 * it -- failure 8. */
.hermizon-address__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--hermizon-s-3);
	margin-block-end: var(--hermizon-s-4);
}

.hermizon-address__title {
	margin: 0;
	text-align: start;
	font-size: var(--hermizon-fs-section);
	line-height: var(--hermizon-lh-section);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
}

.hermizon-address__badge {
	display: inline-flex;
	align-items: center;
	block-size: 22px;
	padding-inline: 10px;
	border-radius: var(--hermizon-r-pill);
	background-color: var(--hermizon-n-900);
	color: var(--hermizon-n-0);
	font-size: var(--hermizon-fs-micro);
	font-weight: var(--hermizon-fw-micro);
	letter-spacing: var(--hermizon-ls-micro);
	text-transform: uppercase;
	white-space: nowrap;
}

/* One line per fact, each with the word for what it is. Five lines at
 * identical weight was the defect; the labels are the words on a Bangladeshi
 * delivery slip. */
.hermizon-address__lines {
	display: grid;
	gap: var(--hermizon-s-2);
	margin: 0 0 var(--hermizon-s-5);
}

.hermizon-address__row {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: var(--hermizon-s-3);
	align-items: baseline;
}

.hermizon-address__lines dt {
	font-size: var(--hermizon-fs-micro);
	line-height: var(--hermizon-lh-micro);
	font-weight: var(--hermizon-fw-micro);
	letter-spacing: var(--hermizon-ls-micro);
	text-transform: uppercase;
	color: var(--hermizon-n-500);
}

.hermizon-address__lines dd {
	margin: 0;
	font-size: var(--hermizon-fs-body);
	line-height: var(--hermizon-lh-body);
	color: var(--hermizon-n-700);
}

.hermizon-address__name {
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
}

.hermizon-address__ok,
.hermizon-address__pending {
	font-size: var(--hermizon-fs-meta);
	font-weight: var(--hermizon-fw-micro);
}

.hermizon-address__ok {
	color: var(--hermizon-ok);
}

.hermizon-address__pending {
	color: var(--hermizon-pending);
}

.hermizon-address__none {
	margin: 0 0 var(--hermizon-s-5);
	font-size: var(--hermizon-fs-meta);
	color: var(--hermizon-n-600);
}

.hermizon-address__actions {
	display: flex;
	align-items: center;
	gap: var(--hermizon-s-2);
	margin: 0;
	padding-block-start: var(--hermizon-s-4);
	border-block-start: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
}

.hermizon-address__edit {
	display: inline-flex;
	align-items: center;
	min-block-size: 44px;
	padding-inline: var(--hermizon-s-4);
	border: var(--hermizon-bd-edge) solid var(--hermizon-n-300);
	border-radius: var(--hermizon-r-ctl);
	font-size: var(--hermizon-fs-meta);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
	text-decoration: none;
}

.hermizon-address__edit:hover {
	background-color: var(--hermizon-n-50);
	border-color: var(--hermizon-n-400);
}

.hermizon-addresses__empty {
	display: grid;
	justify-items: start;
	gap: var(--hermizon-s-3);
	padding: var(--hermizon-s-7) var(--hermizon-s-5);
	border: var(--hermizon-bd-edge) dashed var(--hermizon-n-300);
	border-radius: var(--hermizon-r-card);
}

.hermizon-addresses__empty h2 {
	margin: 0;
	font-size: var(--hermizon-fs-section);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
}

.hermizon-addresses__empty p {
	margin: 0;
	max-inline-size: 52ch;
	font-size: var(--hermizon-fs-body);
	line-height: var(--hermizon-lh-body);
	color: var(--hermizon-n-600);
}

.hermizon-addresses__add {
	display: inline-flex;
	align-items: center;
	min-block-size: 44px;
	padding-inline: var(--hermizon-s-5);
	border-radius: var(--hermizon-r-ctl);
	background-color: var(--hermizon-accent);
	color: #fff;
	font-size: var(--hermizon-fs-body);
	font-weight: var(--hermizon-fw-section);
	text-decoration: none;
}

.hermizon-addresses__add:hover {
	background-color: var(--hermizon-accent-press);
}

@media (max-width: 782px) {
	.hermizon-addresses__pair {
		grid-template-columns: 1fr;
	}

	.hermizon-address__row {
		grid-template-columns: 80px 1fr;
	}
}

/* --------------------------------------------------------------------------
 * Account details — Phase 41 to-do 12
 * ----------------------------------------------------------------------- */

/* "Required" as a word in the label row, not a red asterisk. */
.hermizon-req {
	margin-inline-start: var(--hermizon-s-2);
	font-size: var(--hermizon-fs-micro);
	line-height: var(--hermizon-lh-micro);
	font-weight: var(--hermizon-fw-micro);
	letter-spacing: var(--hermizon-ls-micro);
	text-transform: uppercase;
	color: var(--hermizon-n-500);
}

/* Field widths match what each field holds. A 900px email box tells a
 * customer to expect something the field will never contain. */
.woocommerce-MyAccount-content [data-hermizon-width="hermizon-w-md"] {
	max-inline-size: 320px;
}

.woocommerce-MyAccount-content [data-hermizon-width="hermizon-w-lg"] {
	max-inline-size: 420px;
}

/* Helper text below the field, in meta, and never italic. */
.woocommerce-MyAccount-content .woocommerce-form__label span em,
.woocommerce-MyAccount-content #account_display_name_description,
.woocommerce-MyAccount-content .woocommerce-form-row span em {
	display: block;
	margin-block-start: 6px;
	font-size: var(--hermizon-fs-meta);
	line-height: var(--hermizon-lh-meta);
	font-style: normal;
	color: var(--hermizon-n-600);
}

/* The password block: a disclosure, closed by default, working with no
 * JavaScript. It was a native fieldset used as a visual box, standing open
 * with three empty fields nobody arrived wanting to fill. */
.hermizon-pw {
	margin-block: var(--hermizon-s-5);
	padding: 0;
	border: var(--hermizon-bd-hair) solid var(--hermizon-n-200);
	border-radius: var(--hermizon-r-card);
}

.hermizon-pw[open] {
	padding-block-end: var(--hermizon-s-5);
}

.hermizon-pw__summary {
	display: flex;
	align-items: center;
	gap: var(--hermizon-s-2);
	min-block-size: 44px;
	padding-inline: var(--hermizon-s-5);
	font-size: var(--hermizon-fs-section);
	line-height: var(--hermizon-lh-section);
	font-weight: var(--hermizon-fw-section);
	color: var(--hermizon-n-900);
	cursor: pointer;
	list-style: none;
}

.hermizon-pw__summary::-webkit-details-marker {
	display: none;
}

.hermizon-pw__summary::after {
	content: "";
	inline-size: 8px;
	block-size: 8px;
	border-inline-end: var(--hermizon-bd-edge) solid var(--hermizon-n-500);
	border-block-end: var(--hermizon-bd-edge) solid var(--hermizon-n-500);
	transform: rotate( 45deg ) translate( -2px, -2px );
	transition: transform var(--hermizon-t-state);
}

.hermizon-pw[open] .hermizon-pw__summary::after {
	transform: rotate( -135deg ) translate( -2px, -2px );
}

.hermizon-pw .woocommerce-form-row {
	padding-inline: var(--hermizon-s-5);
}

/* --------------------------------------------------------------------------
 * Focus and motion — Phase 41 to-do 13
 *
 * **One ring, on everything focusable in this area.** The review named the
 * absence of a `:focus-visible` style as part of failure 11, and it was not a
 * styling gap so much as a keyboard user having to guess where they were. The
 * ring is drawn in the accent because that is the one colour on this screen
 * that appears nowhere else by accident, and it is offset so it never sits on
 * top of the thing it is pointing at.
 *
 * The orders table draws its own ring around the whole row rather than around
 * the number in the first cell -- see `.hermizon-orders__table` above -- because
 * the row is what the link opens.
 *
 * Form controls are not in the list since 2026-09-14 (E181): a text field
 * counts as keyboard focus even when clicked, so the ring showed on every
 * click into the address and account-details forms. style.css now suppresses
 * every focus outline on `input`, `select` and `textarea`, and this rule must
 * not name them again.
 * ----------------------------------------------------------------------- */

.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content a:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content button:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content summary:focus-visible,
.hermizon-account__header a:focus-visible,
.hermizon-account__alerts a:focus-visible,
.hermizon-account__alerts button:focus-visible {
	outline: var(--hermizon-focus-width) solid var(--hermizon-accent);
	outline-offset: var(--hermizon-focus-offset);
	border-radius: var(--hermizon-r-ctl);
}

/* The row link's own ring is drawn by the row; suppress the default so the
 * two do not stack into a double outline. */
.hermizon-orders__table .hermizon-orders__rowlink:focus-visible {
	outline: none;
}

/* Nothing in this area animates on load. State changes take 150ms and things
 * that enter take 250ms, and both come from the tokens rather than from each
 * component inventing a number. */
@media (prefers-reduced-motion: reduce) {
	.woocommerce-account *,
	.woocommerce-account *::before,
	.woocommerce-account *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
